nameof_module/example/CMakeLists.txt

5 lines
117 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
2018-04-02 19:19:22 +00:00
set(SRC example.cpp)
2018-03-17 04:31:59 +00:00
2018-03-26 12:02:43 +00:00
add_executable(${PROJECT_NAME}_example ${SRC})