Merge pull request #465 from neobrain/master
CMakeLists: Allow importing dynarmic build trees into other CMake projects
This commit is contained in:
commit
c635591355
@ -291,3 +291,5 @@ endif()
|
|||||||
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||||
target_compile_definitions(dynarmic PRIVATE FMT_USE_WINDOWS_H=0)
|
target_compile_definitions(dynarmic PRIVATE FMT_USE_WINDOWS_H=0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
export(TARGETS dynarmic boost fmt xbyak FILE "dynarmic-config.cmake")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user