t8-mod/deps/rapidcsv/examples/cmake-add-subdirectory
2024-02-15 15:46:47 -05:00
..
src Initial commit 2024-02-15 15:46:47 -05:00
CMakeLists.txt Initial commit 2024-02-15 15:46:47 -05:00
README.md Initial commit 2024-02-15 15:46:47 -05:00

CMake Add Subdirectory Example Project

Build Steps

Commands to build the example project:

ln -s ../.. rapidcsv
mkdir -p build && cd build && cmake .. && make