Vector/apps/CMakeLists.txt

4 lines
72 B
CMake
Raw Normal View History

2024-07-07 17:17:26 +02:00
add_executable(app main.cpp)
target_link_libraries(app PRIVATE vector)