Files
cmake-examples/04-static-analysis/cppcheck-compile-commands/subproject2/CMakeLists.txt
Thom Troy b81da6f68b Update to minimum CMake 3.5
And modernise some examples.
2018-03-18 17:23:57 +00:00

6 lines
131 B
CMake

# Set the project name
project (subproject2)
# Add an executable with the above sources
add_executable(${PROJECT_NAME} main2.cpp)