]> vaikene.ee Git - evaf/blobdiff - src/main/CMakeLists.txt
Changes to the build system to enable building without QtGUI.
[evaf] / src / main / CMakeLists.txt
index b686c315eecb5f64a70f081af6c9ec2e6d667ccb..e5169f78393f277d4e60918a31f2ac473b8ed77f 100644 (file)
@@ -1,2 +1,4 @@
-add_subdirectory(gui)
-add_subdirectory(cli)
+if(QT_QTGUI_FOUND)
+  add_subdirectory(GUI)
+endif(QT_QTGUI_FOUND)
+add_subdirectory(CLI)