Volumes/apps/CMakeLists.txt
2024-07-07 20:54:14 +02:00

4 lines
74 B
CMake

add_executable(app main.cpp)
target_link_libraries(app PRIVATE volsvecs)