ELFIO/examples/write_obj/CMakeLists.txt

4 lines
89 B
CMake
Raw Normal View History

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