mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-06 18:36:30 +00:00
CMakeLists: Allow importing dynarmic build trees into other CMake projects
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user