.. | ||
src | ||
CMakeLists.txt | ||
README.md |
CMake FetchContent Example Project
Build Steps
Commands to build the example project:
mkdir -p build && cd build && cmake .. && make
.. | ||
src | ||
CMakeLists.txt | ||
README.md |
Commands to build the example project:
mkdir -p build && cd build && cmake .. && make