ELFIO/examples/writer/CMakeLists.txt

4 lines
86 B
CMake
Raw Normal View History

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