Skip to content

Commit

Permalink
Fix install script to copy sample railroad
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsanches committed Mar 23, 2020
1 parent dca599b commit 736c0ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ else()
install(TARGETS Broker Launcher)
endif()


INSTALL(FILES data/MyRailroad/broker.config.json DESTINATION bin/MyRailroad/ )
INSTALL(FILES data/MyRailroad/TestDevice.decoders.json DESTINATION bin/MyRailroad/ )
INSTALL(FILES data/MyRailroad/TestDeviceConfig.txt DESTINATION bin/MyRailroad/ )

0 comments on commit 736c0ad

Please sign in to comment.