nameof_module/example/CMakeLists.txt
2018-04-05 17:58:52 +05:00

7 lines
No EOL
190 B
CMake

include_directories(${CMAKE_SOURCE_DIR}/include)
set(SOURCE_EXAMPLE
${CMAKE_SOURCE_DIR}/include/nameof.hpp
example.cpp)
add_executable(${PROJECT_NAME}_example ${SOURCE_EXAMPLE})