ELFIO/examples/anonymizer/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
91 B
CMake

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