Add RD of a vector class
This commit is contained in:
5
cpp/datastructs/vector/CMakeLists.txt
Normal file
5
cpp/datastructs/vector/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(VectorDriver)
|
||||
|
||||
set(SRC driver.cpp vector.cpp)
|
||||
add_executable(VectorDriver ${SRC})
|
||||
Reference in New Issue
Block a user