Skip to content
Snippets Groups Projects
Commit e100d48c authored by Tristan Walter's avatar Tristan Walter
Browse files

release build

parent 89e50cbb
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ install(TARGETS ${targets}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
CONFIGURATIONS Debug
CONFIGURATIONS Release
)
install(FILES ${CMAKE_SOURCE_DIR}/closed_loop.py DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/trex)
......
......@@ -243,7 +243,7 @@ install(TARGETS ${targets}
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
INCLUDES DESTINATION include
CONFIGURATIONS Debug
CONFIGURATIONS Release
)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/fonts DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/trex)
......
......@@ -50,5 +50,5 @@ install(TARGETS trex_check_python
RUNTIME DESTINATION usr/share/trex
BUNDLE DESTINATION usr/share/trex
INCLUDES DESTINATION usr/share/trex/include
CONFIGURATIONS Debug
CONFIGURATIONS Release
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment