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