initial project import from KDevelop
This commit is contained in:
4
Arbitrateor.kdev4
Normal file
4
Arbitrateor.kdev4
Normal file
@@ -0,0 +1,4 @@
|
||||
[Project]
|
||||
Name=Arbitrateor
|
||||
Manager=KDevCMakeManager
|
||||
VersionControl=kdevgit
|
||||
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
project(arbitrateor)
|
||||
|
||||
add_executable(arbitrateor main.cpp)
|
||||
|
||||
install(TARGETS arbitrateor RUNTIME DESTINATION bin)
|
||||
Reference in New Issue
Block a user