Files
weee/examples/write_obj/CMakeLists.txt
T
iris a67f311330 Squashed 'external/ELFIO/' content from commit 94f7706
git-subtree-dir: external/ELFIO
git-subtree-split: 94f7706b5325b2ad9872e4481278278592cf86c9
2026-05-11 11:41:03 +02:00

4 lines
95 B
CMake

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