cmake: Always build static externals
This commit is contained in:
parent
1635958d06
commit
0cafcc1af9
1 changed files with 3 additions and 0 deletions
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…
Reference in a new issue