summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2017-04-05 23:16:57 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2017-04-05 23:16:57 +0200
commitc61bc5ea20f76ffb2fd2652a4b416cd76f9e717b (patch)
treef9186d1b0ca68c0bfc3550844e9e288a333867b4 /CMakeLists.txt
parentd467c07caa46025f69d1e37908f3c59a1e6cbb14 (diff)
downloadprocessmanager-c61bc5ea20f76ffb2fd2652a4b416cd76f9e717b.tar.gz
processmanager-c61bc5ea20f76ffb2fd2652a4b416cd76f9e717b.zip
Use CMake instead of qmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..33cff7f
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 2.8.11)
+project(ProcessManager)
+
+add_executable(ProcessManager main.c)