mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
Qt include dirs are sys dirs
This commit is contained in:
parent
e14600bd05
commit
9245abeb28
12
external/libdxfrw/CMakeLists.txt
vendored
12
external/libdxfrw/CMakeLists.txt
vendored
@ -1,11 +1,13 @@
|
|||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
${CMAKE_SOURCE_DIR}/src/core
|
${CMAKE_SOURCE_DIR}/src/core
|
||||||
${CMAKE_SOURCE_DIR}/src/core/geometry
|
${CMAKE_SOURCE_DIR}/src/core/geometry
|
||||||
|
|
||||||
${CMAKE_BINARY_DIR}/src/core
|
${CMAKE_BINARY_DIR}/src/core
|
||||||
${CMAKE_BINARY_DIR}/src/core/geometry
|
${CMAKE_BINARY_DIR}/src/core/geometry
|
||||||
|
)
|
||||||
|
|
||||||
${Qt5Core_INCLUDE_DIRS}
|
INCLUDE_DIRECTORIES(SYSTEM
|
||||||
|
${Qt5Core_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
ADD_LIBRARY(libdxfrw STATIC
|
ADD_LIBRARY(libdxfrw STATIC
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user