Volumes/apps/CMakeLists.txt

4 lines
74 B
CMake
Raw Normal View History

2024-07-07 17:32:34 +02:00
add_executable(app main.cpp)
2024-07-07 20:54:14 +02:00
target_link_libraries(app PRIVATE volsvecs)