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

4 lines
86 B
CMake

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