Skip to content

Commit 8f44a29

Browse files
committedMay 15, 2017
Reintroduce core/native link
1 parent 2831f84 commit 8f44a29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,8 @@ IF (WIN32)
11131113
TARGET_LINK_LIBRARIES(qgis_core wsock32 ${SETUPAPI_LIBRARY} DbgHelp)
11141114
ENDIF (WIN32)
11151115

1116+
TARGET_LINK_LIBRARIES(qgis_core qgis_native)
1117+
11161118
IF (NOT WITH_INTERNAL_QEXTSERIALPORT)
11171119
TARGET_LINK_LIBRARIES(qgis_core ${QEXTSERIALPORT_LIBRARY})
11181120
ENDIF (NOT WITH_INTERNAL_QEXTSERIALPORT)

0 commit comments

Comments
 (0)
Please sign in to comment.