Install binaries.

master
Philipp Gorczak 8 years ago
parent 711bf23ee2
commit 5fdcef60f6

@ -42,3 +42,5 @@ if (NOT ${BUILDENB_CMD} STREQUAL "")
else(NOT ${BUILDENB_CMD} STREQUAL "") else(NOT ${BUILDENB_CMD} STREQUAL "")
message(STATUS "No post-build-ENB command defined") message(STATUS "No post-build-ENB command defined")
endif (NOT ${BUILDENB_CMD} STREQUAL "") endif (NOT ${BUILDENB_CMD} STREQUAL "")
install(TARGETS srsenb DESTINATION bin)

@ -50,3 +50,5 @@ if (NOT ${BUILDUE_CMD} STREQUAL "")
else(NOT ${BUILDUE_CMD} STREQUAL "") else(NOT ${BUILDUE_CMD} STREQUAL "")
message(STATUS "No post-build-UE command defined") message(STATUS "No post-build-UE command defined")
endif (NOT ${BUILDUE_CMD} STREQUAL "") endif (NOT ${BUILDUE_CMD} STREQUAL "")
install(TARGETS srsue DESTINATION bin)

Loading…
Cancel
Save