a67f311330
git-subtree-dir: external/ELFIO git-subtree-split: 94f7706b5325b2ad9872e4481278278592cf86c9
4 lines
131 B
CMake
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)
|