ELFIO/examples/c_wrapper/CMakeLists.txt

4 lines
131 B
CMake
Raw Normal View History

2020-10-11 07:08:49 +00:00
add_executable(c_example c_example.c elfio_c_wrapper.cpp elfio_c_wrapper.h)
target_link_libraries(c_example PRIVATE elfio::elfio)