ELFIO/examples/tutorial/CMakeLists.txt
Michael Uman 5974123dc7 Added cmake files to build elfio
* Build all the examples in the project
2020-08-19 21:33:42 -07:00

4 lines
87 B
CMake

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