diff --git a/CMakeLists.txt b/CMakeLists.txt index e80b4781..5386f0d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,8 +150,9 @@ else () add_library("Zydis" STATIC) target_compile_definitions("Zydis" PUBLIC "ZYDIS_STATIC_BUILD") endif () +add_library("Zydis::Zydis" ALIAS "Zydis") -target_link_libraries("Zydis" PUBLIC "Zycore") +target_link_libraries("Zydis" PUBLIC "Zycore::Zycore") target_include_directories("Zydis" PUBLIC $ diff --git a/dependencies/zycore b/dependencies/zycore index 13114fa5..fb694025 160000 --- a/dependencies/zycore +++ b/dependencies/zycore @@ -1 +1 @@ -Subproject commit 13114fa525dc6042d277a6cb4152fab8d51a3956 +Subproject commit fb69402566a15a719e5df7a64a3db95105590b7e