ELFIO/examples/c_wrapper/CMakeLists.txt
2020-10-11 10:08:49 +03:00

4 lines
125 B
CMake

add_executable(c_example c_example.c elfio_c_wrapper.cpp elfio_c_wrapper.h)
include_directories(SYSTEM ${CMAKE_SOURCE_DIR})