nameof_module/example/CMakeLists.txt
2018-04-28 08:40:37 +05:00

5 lines
160 B
CMake

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