Install binaries.

This commit is contained in:
Philipp Gorczak 2017-07-12 13:52:13 +02:00
parent 711bf23ee2
commit 5fdcef60f6
2 changed files with 4 additions and 0 deletions

View File

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

View File

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