1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-03-25 23:36:59 +00:00
2020-10-30 00:29:18 +02:00

4 lines
89 B
CMake

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