nameof_module/example/CMakeLists.txt

6 lines
160 B
Text
Raw Normal View History

2018-04-04 16:36:18 +00:00
include_directories(${CMAKE_SOURCE_DIR}/include)
2018-03-17 04:31:59 +00:00
2018-04-28 03:40:37 +00:00
add_executable(${PROJECT_NAME}_example
${CMAKE_SOURCE_DIR}/include/nameof.hpp
example.cpp)