Merge pull request #88 from pgorczak/master

Install srsenb and srsue executables
This commit is contained in:
Paul Sutton 2017-07-14 09:27:59 +02:00 committed by GitHub
commit eeaa6720ed
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 ${RUNTIME_DIR})

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 ${RUNTIME_DIR})