# HG changeset patch # User Andre Heinecke # Date 1403192667 -7200 # Node ID 7dfa4555fb89b725c8638a7443f6537382340d02 # Parent 63a128400bf332a646979848cbc81ad937e75551 Include common before ui to make common targets known diff -r 63a128400bf3 -r 7dfa4555fb89 CMakeLists.txt --- a/CMakeLists.txt Thu Jun 19 14:43:53 2014 +0200 +++ b/CMakeLists.txt Thu Jun 19 17:44:27 2014 +0200 @@ -99,6 +99,8 @@ add_dependencies(static_check flawfinder) endif (FLAWFINDER_PATH) +add_subdirectory(common) + add_subdirectory(cinst) if(Qt5Widgets_FOUND) add_subdirectory(ui) @@ -106,8 +108,6 @@ message(STATUS "WARNING: Could not find qt. GUI parts will not be built.") endif() -add_subdirectory(common) - # Documentation configure_file (doc/Doxyfile.in doc/Doxyfile) add_subdirectory(doc)