cmake: Always build static externals

This commit is contained in:
Alexandre Bouvier
2022-01-06 05:24:09 +01:00
committed by merry
parent 1635958d06
commit 0cafcc1af9

View File

@@ -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.