ELFIO/examples/write_obj/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
89 B
CMake

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