1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-03-22 01:21:10 +00:00

4 lines
101 B
CMake
Raw Normal View History

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