1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-01-17 07:17:25 +00:00
ELFIO/examples/c_wrapper/CMakeLists.txt
2020-10-30 00:29:18 +02:00

4 lines
131 B
CMake

add_executable(c_example c_example.c elfio_c_wrapper.cpp elfio_c_wrapper.h)
target_link_libraries(c_example PRIVATE elfio::elfio)