@@ -27,32 +27,32 @@ find_package(iceoryx_utils CONFIG REQUIRED)
27
27
get_target_property (ICEORYX_CXX_STANDARD iceoryx_posh::iceoryx_posh CXX_STANDARD)
28
28
include (IceoryxPlatform)
29
29
30
- add_executable (iox-ex -publisher ./iox_publisher.cpp)
31
- target_link_libraries (iox-ex -publisher
30
+ add_executable (iox-cpp -publisher ./iox_publisher.cpp)
31
+ target_link_libraries (iox-cpp -publisher
32
32
iceoryx_posh::iceoryx_posh
33
33
)
34
- target_compile_options (iox-ex -publisher PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
34
+ target_compile_options (iox-cpp -publisher PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
35
35
36
- add_executable (iox-ex -publisher-untyped ./iox_publisher_untyped.cpp)
37
- target_link_libraries (iox-ex -publisher-untyped
36
+ add_executable (iox-cpp -publisher-untyped ./iox_publisher_untyped.cpp)
37
+ target_link_libraries (iox-cpp -publisher-untyped
38
38
iceoryx_posh::iceoryx_posh
39
39
)
40
- target_compile_options (iox-ex -publisher-untyped PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
40
+ target_compile_options (iox-cpp -publisher-untyped PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
41
41
42
- add_executable (iox-ex -subscriber ./iox_subscriber.cpp)
43
- target_link_libraries (iox-ex -subscriber
42
+ add_executable (iox-cpp -subscriber ./iox_subscriber.cpp)
43
+ target_link_libraries (iox-cpp -subscriber
44
44
iceoryx_posh::iceoryx_posh
45
45
)
46
- target_compile_options (iox-ex -subscriber PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
46
+ target_compile_options (iox-cpp -subscriber PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
47
47
48
- add_executable (iox-ex -subscriber-untyped ./iox_subscriber_untyped.cpp)
49
- target_link_libraries (iox-ex -subscriber-untyped
48
+ add_executable (iox-cpp -subscriber-untyped ./iox_subscriber_untyped.cpp)
49
+ target_link_libraries (iox-cpp -subscriber-untyped
50
50
iceoryx_posh::iceoryx_posh
51
51
)
52
- target_compile_options (iox-ex -subscriber-untyped PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
52
+ target_compile_options (iox-cpp -subscriber-untyped PRIVATE ${ICEORYX_WARNINGS} ${ICEORYX_SANITIZER_FLAGS} )
53
53
54
- set_target_properties (iox-ex -subscriber iox-ex -subscriber-untyped
55
- iox-ex -publisher iox-ex -publisher-untyped
54
+ set_target_properties (iox-cpp -subscriber iox-cpp -subscriber-untyped
55
+ iox-cpp -publisher iox-cpp -publisher-untyped
56
56
PROPERTIES
57
57
CXX_STANDARD_REQUIRED ON
58
58
CXX_STANDARD ${ICEORYX_CXX_STANDARD}
@@ -61,6 +61,6 @@ set_target_properties(iox-ex-subscriber iox-ex-subscriber-untyped
61
61
62
62
# ========================================================== //
63
63
64
- install (TARGETS iox-ex -publisher-untyped iox-ex -publisher
65
- iox-ex -subscriber-untyped iox-ex -subscriber
64
+ install (TARGETS iox-cpp -publisher-untyped iox-cpp -publisher
65
+ iox-cpp -subscriber-untyped iox-cpp -subscriber
66
66
RUNTIME DESTINATION bin)
0 commit comments