Browse Source

[video_core] bring the CMake change from dynarmic CMake

* as crueter wrote "weird quirk of system installs"

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
pull/350/head
Caio Oliveira 3 weeks ago
parent
commit
deef3f1add
No known key found for this signature in database GPG Key ID: 362DA3DC1901E080
  1. 5
      src/video_core/CMakeLists.txt

5
src/video_core/CMakeLists.txt

@ -390,4 +390,9 @@ if (ANDROID AND ARCHITECTURE_arm64)
target_link_libraries(video_core PRIVATE adrenotools)
endif()
# weird quirk of system installs
if (TARGET unordered_dense::unordered_dense)
target_link_libraries(video_core PRIVATE unordered_dense::unordered_dense)
endif()
create_target_directory_groups(video_core)
Loading…
Cancel
Save