Skip to content

Commit

Permalink
Qt include dirs are sys dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 9, 2020
1 parent e14600b commit 9245abe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions external/libdxfrw/CMakeLists.txt
@@ -1,11 +1,13 @@
INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/src/core
${CMAKE_SOURCE_DIR}/src/core/geometry
${CMAKE_SOURCE_DIR}/src/core
${CMAKE_SOURCE_DIR}/src/core/geometry

${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/core/geometry
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/core/geometry
)

${Qt5Core_INCLUDE_DIRS}
INCLUDE_DIRECTORIES(SYSTEM
${Qt5Core_INCLUDE_DIRS}
)

ADD_LIBRARY(libdxfrw STATIC
Expand Down

0 comments on commit 9245abe

Please sign in to comment.