Skip to content

Commit b2d794a

Browse files
authored
Rename installed targets to follow new conventions (#151)
1 parent 935c151 commit b2d794a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ target_include_directories(Monitoring
9797
${CMAKE_CURRENT_SOURCE_DIR}/src
9898
)
9999

100+
# Rename library
101+
set_target_properties(Monitoring PROPERTIES OUTPUT_NAME "O2Monitoring")
102+
100103
# Link targets
101104
target_link_libraries(Monitoring
102105
PUBLIC
@@ -166,6 +169,7 @@ foreach (example ${EXAMPLES})
166169
)
167170
endforeach()
168171

172+
set_target_properties(5-Benchmark PROPERTIES OUTPUT_NAME "o2-monitoring-benchmark")
169173

170174
####################################
171175
# Tests

0 commit comments

Comments
 (0)