4 lines
72 B
CMake
4 lines
72 B
CMake
|
add_executable(app main.cpp)
|
||
|
|
||
|
target_link_libraries(app PRIVATE vector)
|