Mercurial > trustbridge
diff CMakeLists.txt @ 618:7dfa4555fb89
Include common before ui to make common targets known
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 19 Jun 2014 17:44:27 +0200 |
parents | 5cd525fc91de |
children | a5a709c6ce93 |
line wrap: on
line diff
--- 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)