mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
cmake: Always build static externals
This commit is contained in:
parent
1635958d06
commit
0cafcc1af9
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
@ -1,3 +1,6 @@
|
|||||||
|
# Always build externals as static libraries, even when dynarmic is built as shared
|
||||||
|
set(BUILD_SHARED_LIBS OFF)
|
||||||
|
|
||||||
# For libraries that already come with a CMakeLists file,
|
# For libraries that already come with a CMakeLists file,
|
||||||
# simply add the directory to that file as a subdirectory
|
# simply add the directory to that file as a subdirectory
|
||||||
# to have CMake automatically recognize them.
|
# to have CMake automatically recognize them.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user