mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +00:00
4 lines
95 B
CMake
4 lines
95 B
CMake
|
|
add_executable(write_obj write_obj.cpp)
|
|
target_link_libraries(write_obj PRIVATE elfio::elfio)
|