11 lines
188 B
Markdown
11 lines
188 B
Markdown
|
CMake FetchContent Example Project
|
||
|
==================================
|
||
|
|
||
|
Build Steps
|
||
|
-----------
|
||
|
Commands to build the example project:
|
||
|
|
||
|
mkdir -p build && cd build && cmake .. && make
|
||
|
|
||
|
|