Files
cmake-examples/04-static-analysis/clang-format/subproject1/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 (subproject1)
# Add an executable with the above sources
add_executable(${PROJECT_NAME} main1.cpp)