clean-up CMakeLists

This commit is contained in:
terik23 2018-04-28 08:40:37 +05:00
parent 32bfcbd398
commit e10c76141b

View file

@ -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})