Skip to content

Commit

Permalink
Rearrange file items in hana/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Rylov authored and mrylov committed Dec 7, 2020
1 parent 471bb80 commit 6a8e37c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/providers/hana/CMakeLists.txt
Expand Up @@ -5,9 +5,9 @@ FIND_PACKAGE(ODBCCPP REQUIRED)

SET (HANA_SRCS
qgshanacolumntypethread.cpp
qgshanaconnectionstringbuilder.cpp
qgshanaconnection.cpp
qgshanaconnectionpool.cpp
qgshanaconnectionstringbuilder.cpp
qgshanadriver.cpp
qgshanaexpressioncompiler.cpp
qgshanafeatureiterator.cpp
Expand Down Expand Up @@ -53,7 +53,6 @@ INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/src/gui/auth
${CMAKE_SOURCE_DIR}/external
${CMAKE_SOURCE_DIR}/external/nlohmann

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/gui
${CMAKE_BINARY_DIR}/src/ui
Expand Down

0 comments on commit 6a8e37c

Please sign in to comment.