4 lines
74 B
CMake
4 lines
74 B
CMake
add_executable(app main.cpp)
|
|
|
|
target_link_libraries(app PRIVATE volsvecs)
|