Skip to content

Commit

Permalink
Fix deployment of network.so in examples.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Mar 28, 2024
1 parent 85f1b7d commit 6861574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dse/network/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ install(
DESTINATION
data
)
install(TARGETS network
LIBRARY DESTINATION
examples/brake-by-wire/models/network/lib
)
install(
DIRECTORY
../../licenses
Expand Down
3 changes: 0 additions & 3 deletions dse/network/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ build: external
# Build incremental.
cd build; make
cd build; make install
# Post Build modifications.
mkdir -p build/_out/examples/brake-by-wire/models/network/lib
cp build/_out/lib/network.so build/_out/examples/brake-by-wire/models/network/lib/network.so
@echo ""
@echo "Sandbox files: - $$(pwd)/build/_out"
@echo "--------------"
Expand Down

0 comments on commit 6861574

Please sign in to comment.