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