nameof_module/example/CMakeLists.txt
2018-04-03 00:30:59 +05:00

5 lines
No EOL
117 B
CMake

include_directories(${CMAKE_SOURCE_DIR}/src)
set(SRC example.cpp)
add_executable(${PROJECT_NAME}_example ${SRC})