CMakeLists: Allow importing dynarmic build trees into other CMake projects

This commit is contained in:
Tony Wasserka 2019-04-11 18:04:57 +02:00 committed by MerryMage
parent 55a30ef2cf
commit 7d99a6c00f

View file

@ -291,3 +291,5 @@ endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
target_compile_definitions(dynarmic PRIVATE FMT_USE_WINDOWS_H=0)
endif()
export(TARGETS dynarmic boost fmt xbyak FILE "dynarmic-config.cmake")