Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add newly required include directories
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/providers/hana/CMakeLists.txt
|
@@ -50,7 +50,9 @@ INCLUDE_DIRECTORIES( |
|
|
${CMAKE_SOURCE_DIR}/src/core/expression |
|
|
${CMAKE_SOURCE_DIR}/src/core/geometry |
|
|
${CMAKE_SOURCE_DIR}/src/core/metadata |
|
|
${CMAKE_SOURCE_DIR}/src/core/project |
|
|
${CMAKE_SOURCE_DIR}/src/core/symbology |
|
|
${CMAKE_SOURCE_DIR}/src/core/vector |
|
|
${CMAKE_SOURCE_DIR}/src/gui |
|
|
${CMAKE_SOURCE_DIR}/src/gui/auth |
|
|
${CMAKE_SOURCE_DIR}/src/gui/codeeditors |
|
|