Skip to content

Commit

Permalink
Reintroduce core/native link
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 15, 2017
1 parent 2831f84 commit 8f44a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/CMakeLists.txt
Expand Up @@ -1113,6 +1113,8 @@ IF (WIN32)
TARGET_LINK_LIBRARIES(qgis_core wsock32 ${SETUPAPI_LIBRARY} DbgHelp)
ENDIF (WIN32)

TARGET_LINK_LIBRARIES(qgis_core qgis_native)

IF (NOT WITH_INTERNAL_QEXTSERIALPORT)
TARGET_LINK_LIBRARIES(qgis_core ${QEXTSERIALPORT_LIBRARY})
ENDIF (NOT WITH_INTERNAL_QEXTSERIALPORT)
Expand Down

0 comments on commit 8f44a29

Please sign in to comment.