mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-04 17:26:32 +00:00
4 lines
86 B
CMake
4 lines
86 B
CMake
|
|
add_executable(writer writer.cpp)
|
|
target_link_libraries(writer PRIVATE elfio::elfio)
|