nameof_module/example/CMakeLists.txt

7 lines
160 B
Text
Raw Normal View History

2018-03-26 12:02:43 +00:00
include_directories(${CMAKE_SOURCE_DIR}/src)
2018-03-17 04:31:59 +00:00
set(SRC
example.cpp
2018-03-26 12:02:43 +00:00
${CMAKE_SOURCE_DIR}/src/nameof.hpp)
2018-03-17 04:31:59 +00:00
2018-03-26 12:02:43 +00:00
add_executable(${PROJECT_NAME}_example ${SRC})