cmake_tutorial
cmake_tutorial copied to clipboard
Simple example of Modern CMake
Results
1
cmake_tutorial issues
Sort by
recently updated
recently updated
newest added
The reason is wrong directory name in some_libraries/include. Either CMakeList.txt or cpp file must be updated ``` $ cd some_libraries $ mkdir build $ cd build/ $ cmake .. --...