Skip to content

Commit

Permalink
iox-eclipse-iceoryx#409 set ICEORYX_DIR in axivion config
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Apr 19, 2021
1 parent aa632f9 commit 780b757
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/axivion/axivion_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1609,13 +1609,13 @@
"AxivionLinker": {
"_active": true,
"input_files": [
"$(PWD)/../iceoryx/build/install/prefix/bin/iox-cpp-publisher",
"$(PWD)/../iceoryx/build/install/prefix/bin/iox-cpp-subscriber",
"$(PWD)/../iceoryx/build/install/prefix/bin/iox-c-publisher",
"$(PWD)/../iceoryx/build/install/prefix/bin/iox-c-subscriber",
"$(PWD)/../iceoryx/build/install/prefix/bin/iox-cpp-waitset-individual",
"$(PWD)/../iceoryx/build/install/prefix/bin/iox-c-waitset-individual",
"$(PWD)/../iceoryx/build/install/prefix/bin/iox-roudi"
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-publisher",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-subscriber",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-publisher",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-subscriber",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-waitset-individual",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-waitset-individual",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-roudi"
],
"ir": "result.ir",
"options": "-j -I2000 -i2000"
Expand Down Expand Up @@ -1671,7 +1671,7 @@
"clean_after": false,
"clean_before": false
},
"directory": "../../",
"directory": "$(ICEORYX_DIR)",
"ir": "result.ir",
"name": "iceoryx"
},
Expand Down Expand Up @@ -1709,7 +1709,7 @@
"cmake dependencies": {
"_active": true,
"_copy_from": "Command",
"build_command": "cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX=$(PWD)/../iceoryx/build/install/prefix/ -DEXAMPLES=ON -DDDS_GATEWAY=ON $(PWD)/../iceoryx/iceoryx_meta",
"build_command": "cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX=$(ICEORYX_DIR)/build/install/prefix/ -DEXAMPLES=ON -DDDS_GATEWAY=ON $(ICEORYX_DIR)/iceoryx_meta",
"clean_command": null,
"cwd": "build",
"environment": {
Expand Down

0 comments on commit 780b757

Please sign in to comment.