clean-up CMakeLists
This commit is contained in:
parent
32bfcbd398
commit
e10c76141b
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
||||||
include_directories(${CMAKE_SOURCE_DIR}/include)
|
include_directories(${CMAKE_SOURCE_DIR}/include)
|
||||||
|
|
||||||
set(SOURCE_EXAMPLE
|
add_executable(${PROJECT_NAME}_example
|
||||||
${CMAKE_SOURCE_DIR}/include/nameof.hpp
|
${CMAKE_SOURCE_DIR}/include/nameof.hpp
|
||||||
example.cpp)
|
example.cpp)
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME}_example ${SOURCE_EXAMPLE})
|
|
||||||
|
|
Loading…
Reference in a new issue