Skip to content

Commit

Permalink
Rename libidlcxx to libcycloneddsidlcxx
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <[email protected]>
  • Loading branch information
eboasson committed Oct 15, 2021
1 parent dd55134 commit 196cd99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/idlcxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ add_library(
src/streamers.c
src/generator.c)

set_target_properties(idlcxx PROPERTIES
OUTPUT_NAME "cycloneddsidlcxx"
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR})

target_link_libraries(idlcxx PUBLIC CycloneDDS::idl)

add_library(${PROJECT_NAME}::idlcxx ALIAS idlcxx)
Expand Down

0 comments on commit 196cd99

Please sign in to comment.