diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2017-04-05 23:16:57 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2017-04-05 23:16:57 +0200 |
| commit | c61bc5ea20f76ffb2fd2652a4b416cd76f9e717b (patch) | |
| tree | f9186d1b0ca68c0bfc3550844e9e288a333867b4 /CMakeLists.txt | |
| parent | d467c07caa46025f69d1e37908f3c59a1e6cbb14 (diff) | |
| download | processmanager-c61bc5ea20f76ffb2fd2652a4b416cd76f9e717b.tar.gz processmanager-c61bc5ea20f76ffb2fd2652a4b416cd76f9e717b.zip | |
Use CMake instead of qmake
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
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) |
