ELFIO/examples/elfdump/CMakeLists.txt

4 lines
89 B
CMake
Raw Normal View History

add_executable(elfdump elfdump.cpp)
target_link_libraries(elfdump PRIVATE elfio::elfio)