cmake: fix static standalone build

This commit is contained in:
Alexandre Bouvier
2023-02-27 09:16:10 +01:00
committed by merry
parent e92f69aca0
commit b3a92ab54d
4 changed files with 26 additions and 30 deletions

View File

@@ -141,6 +141,7 @@ endif()
if (DYNARMIC_USE_LLVM)
find_package(LLVM REQUIRED CONFIG)
separate_arguments(LLVM_DEFINITIONS)
endif()
if (DYNARMIC_TESTS)