Merge pull request #465 from neobrain/master
CMakeLists: Allow importing dynarmic build trees into other CMake projects
This commit is contained in:
commit
994349d154
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue