ELFIO/examples/proc_mem/CMakeLists.txt

4 lines
92 B
CMake
Raw Normal View History

2021-09-17 21:39:28 +00:00
add_executable(proc_mem proc_mem.cpp)
target_link_libraries(proc_mem PRIVATE elfio::elfio)