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