ELFIO/examples/tutorial/CMakeLists.txt

4 lines
92 B
CMake
Raw Normal View History

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