Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cameo-tests
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Cameo
cameo-tests
Commits
faba683f
Commit
faba683f
authored
4 years ago
by
legoc
Browse files
Options
Downloads
Patches
Plain Diff
renamed examples bin
parent
97282d6c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+8
-8
8 additions, 8 deletions
CMakeLists.txt
src/examples/config.xml
+4
-4
4 additions, 4 deletions
src/examples/config.xml
with
12 additions
and
12 deletions
CMakeLists.txt
+
8
−
8
View file @
faba683f
...
...
@@ -165,14 +165,14 @@ target_link_libraries(teststartcomport PUBLIC cameo zmq)
# Examples
add_executable
(
responder src/examples/ResponderApplication.cpp
)
target_link_libraries
(
responder PUBLIC cameo zmq
)
add_executable
(
responder
app
src/examples/ResponderApplication.cpp
)
target_link_libraries
(
responder
app
PUBLIC cameo zmq
)
add_executable
(
requester src/examples/RequesterApplication.cpp
)
target_link_libraries
(
requester PUBLIC cameo zmq
)
add_executable
(
requester
app
src/examples/RequesterApplication.cpp
)
target_link_libraries
(
requester
app
PUBLIC cameo zmq
)
add_executable
(
publisher src/examples/PublisherApplication.cpp
)
target_link_libraries
(
publisher PUBLIC cameo zmq
)
add_executable
(
publisher
app
src/examples/PublisherApplication.cpp
)
target_link_libraries
(
publisher
app
PUBLIC cameo zmq
)
add_executable
(
subscriber src/examples/SubscriberApplication.cpp
)
target_link_libraries
(
subscriber PUBLIC cameo zmq
)
add_executable
(
subscriber
app
src/examples/SubscriberApplication.cpp
)
target_link_libraries
(
subscriber
app
PUBLIC cameo zmq
)
This diff is collapsed.
Click to expand it.
src/examples/config.xml
+
4
−
4
View file @
faba683f
...
...
@@ -6,19 +6,19 @@
<!-- C++ -->
<application
name=
"responder"
starting_time=
"0"
retries=
"0"
stopping_time=
"1"
output_stream=
"yes"
multiple=
"no"
restart=
"no"
>
<start
executable=
"build/bin/responder"
/>
<start
executable=
"build/bin/responder
app
"
/>
</application>
<application
name=
"requester"
starting_time=
"0"
retries=
"0"
stopping_time=
"1"
output_stream=
"yes"
multiple=
"no"
restart=
"no"
>
<start
executable=
"build/bin/requester"
/>
<start
executable=
"build/bin/requester
app
"
/>
</application>
<application
name=
"publisher"
starting_time=
"0"
retries=
"0"
stopping_time=
"1"
output_stream=
"yes"
multiple=
"no"
restart=
"no"
>
<start
executable=
"build/bin/publisher"
/>
<start
executable=
"build/bin/publisher
app
"
/>
</application>
<application
name=
"subscriber"
starting_time=
"0"
retries=
"0"
stopping_time=
"1"
output_stream=
"yes"
multiple=
"no"
restart=
"no"
>
<start
executable=
"build/bin/subscriber"
/>
<start
executable=
"build/bin/subscriber
app
"
/>
</application>
</applications>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment