Files
ircolib/external/ELFIO/examples/tutorial/CMakeLists.txt
T

4 lines
92 B
CMake

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