mirror of
https://github.com/serge1/ELFIO.git
synced 2025-04-10 12:44:37 +00:00
4 lines
125 B
CMake
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})
|