mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-28 06:15:21 +00:00
4 lines
92 B
CMake
4 lines
92 B
CMake
|
|
add_executable(proc_mem proc_mem.cpp)
|
|
target_link_libraries(proc_mem PRIVATE elfio::elfio)
|