4 lines
101 B
CMake
4 lines
101 B
CMake
|
|
add_executable(add_section add_section.cpp)
|
|
target_link_libraries(add_section PRIVATE elfio::elfio)
|