From d28f60ba4be61807c0326933d1bed9d98f64e632 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Sat, 1 Jun 2024 08:29:01 +0200 Subject: [PATCH 1/2] Use alias targets --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 $ From 05829e6408e97e9b6627666714203757067d7bb8 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Sun, 2 Jun 2024 04:30:22 +0200 Subject: [PATCH 2/2] Update submodule --- dependencies/zycore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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