1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-01-17 07:17:25 +00:00
ELFIO/examples/proc_mem/CMakeLists.txt
2021-09-19 11:28:26 +03:00

4 lines
92 B
CMake

add_executable(proc_mem proc_mem.cpp)
target_link_libraries(proc_mem PRIVATE elfio::elfio)