Skip to content

Commit

Permalink
fixed alias targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 4, 2024
1 parent fcecde6 commit a58109b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/poesie-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ find_dependency (nlohmann_json)

include ("${CMAKE_CURRENT_LIST_DIR}/poesie-targets.cmake")

if (NOT TARGET poesie::server)
add_library (poesie::server ALIAS poesie-server)
endif ()
if (NOT TARGET poesie::client)
add_library (poesie::client ALIAS poesie-client)
endif ()

0 comments on commit a58109b

Please sign in to comment.