Skip to content

Commit

Permalink
Add alias target "Zycore::Zycore" (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Jun 1, 2024
1 parent 13114fa commit fb69402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb69402

Please sign in to comment.