ELFIO/examples/elfdump/CMakeLists.txt

4 lines
85 B
CMake
Raw Normal View History

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