ELFIO/examples/tutorial/CMakeLists.txt

4 lines
87 B
CMake
Raw Normal View History

add_executable(tutorial tutorial.cpp)
include_directories(SYSTEM ${CMAKE_SOURCE_DIR})