1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-03-25 10:43:34 +00:00
2020-10-30 00:29:18 +02:00

4 lines
92 B
CMake

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