diff options
-rw-r--r-- | CMakeLists.txt | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ebe681cf4..6e0bd5d9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,18 +52,6 @@ set(CMAKE_MODULE_PATH ${${PROJECT_NAME}_SOURCE_DIR}/cmake/Modules ) -include_directories(. - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR} - ${CMAKE_BINARY_DIR}/desktop-widgets - desktop-widgets/ - qt-models - desktop-widgets/profile - subsurface-core/ -) - -message(STATUS "Creating build files for Subsurface") - # # TODO: This Compilation part should go on the Target specific CMake. # @@ -108,6 +96,16 @@ if(SMARTTRAK_IMPORT) pkg_config_library(LIBMDB libmdb REQUIRED) endif() +include_directories(. + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/desktop-widgets + desktop-widgets/ + qt-models + desktop-widgets/profile + subsurface-core/ +) + if(ANDROID) set(FBSUPPORT OFF) set(NO_PRINTING ON) |