t8-mod/deps/rapidcsv/examples/cmake-fetchcontent
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 FetchContent Example Project

Build Steps

Commands to build the example project:

mkdir -p build && cd build && cmake .. && make