From fb69402566a15a719e5df7a64a3db95105590b7e Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Sat, 1 Jun 2024 12:11:01 +0200 Subject: [PATCH] Add alias target "Zycore::Zycore" (#71) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8cf1ca..67d394b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,6 +118,7 @@ else () add_library("Zycore" STATIC) target_compile_definitions("Zycore" PUBLIC "ZYCORE_STATIC_BUILD") endif () +add_library("Zycore::Zycore" ALIAS "Zycore") set_target_properties("Zycore" PROPERTIES LINKER_LANGUAGE C