tug/examples/CMakeLists.txt
2023-05-11 17:01:33 +02:00

3 lines
89 B
CMake

add_executable(first_example first_example.cpp)
target_link_libraries(first_example tug)