Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Reintroduce core/native link
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/core/CMakeLists.txt
|
@@ -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) |
|
|