1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-03-30 13:20:19 +00:00
2020-10-30 00:29:18 +02:00

4 lines
101 B
CMake

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