t8-mod/deps/rapidcsv/examples/cmake-fetchcontent/README.md
2024-02-15 15:46:47 -05:00

11 lines
188 B
Markdown

CMake FetchContent Example Project
==================================
Build Steps
-----------
Commands to build the example project:
mkdir -p build && cd build && cmake .. && make