Initial import
This commit is contained in:
commit
d72cda2619
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
|
project(vector)
|
||||||
|
|
||||||
|
add_executable(vector main.cpp)
|
||||||
|
|
||||||
|
install(TARGETS vector RUNTIME DESTINATION bin)
|
3
Vector.kdev4
Normal file
3
Vector.kdev4
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Project]
|
||||||
|
Name=Vector
|
||||||
|
Manager=KDevCMakeManager
|
Loading…
Reference in New Issue
Block a user