Browse Source
.
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/143/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
29 additions and
30 deletions
-
CMakeModules/DownloadExternals.cmake
-
src/dynarmic/src/dynarmic/CMakeLists.txt
|
|
|
@ -7,10 +7,11 @@ |
|
|
|
# prefix_var: name of a variable which will be set with the path to the extracted contents |
|
|
|
set(CURRENT_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR}) |
|
|
|
function(download_bundled_external remote_path lib_name prefix_var) |
|
|
|
|
|
|
|
set(package_base_url "https://github.com/eden-emulator/") |
|
|
|
set(package_repo "no_platform") |
|
|
|
set(package_extension "no_platform") |
|
|
|
|
|
|
|
# TODO(crueter): Windows should store ffmpeg 7z within cpm source cache |
|
|
|
if (WIN32) |
|
|
|
set(package_repo "ext-windows-bin/raw/master/") |
|
|
|
set(package_extension ".7z") |
|
|
|
|
|
|
|
@ -401,8 +401,6 @@ set_target_properties(dynarmic PROPERTIES |
|
|
|
) |
|
|
|
|
|
|
|
if (TARGET unordered_dense::unordered_dense) |
|
|
|
message(STATUS "Found system unordered_dense kjbgjdskfsdfb") |
|
|
|
|
|
|
|
# weird quirk of system installs |
|
|
|
target_link_libraries(dynarmic |
|
|
|
PRIVATE |
|
|
|
|