mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-05 03:23:36 +00: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,
|
||||
# simply add the directory to that file as a subdirectory
|
||||
# to have CMake automatically recognize them.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user