Skip to content

Commit

Permalink
Update to upstream OpenGL 2 branch of MapLibre Native
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Nov 21, 2023
1 parent 56d384c commit b0aaf63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ target_link_libraries(
Qt${QT_VERSION_MAJOR}::Network
PRIVATE
$<BUILD_INTERFACE:mbgl-compiler-options>
$<BUILD_INTERFACE:mbgl-core-interface>
$<BUILD_INTERFACE:mbgl-core>
$<BUILD_INTERFACE:CompilerOptions>
)
Expand All @@ -122,6 +121,13 @@ if(NOT MLN_QT_WITH_INTERNAL_SQLITE)
Qt${QT_VERSION_MAJOR}::Sql
)
endif()
foreach(target ${MLN_QT_VENDOR_LIBRARIES})
target_link_libraries(
Core
PRIVATE
$<BUILD_INTERFACE:${target}>
)
endforeach()

# Apple specifics
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
Expand Down

0 comments on commit b0aaf63

Please sign in to comment.