ELFIO/examples/writer/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
83 B
CMake

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