ELFIO/examples/anonymizer/CMakeLists.txt

4 lines
91 B
CMake
Raw Normal View History

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