Merge branch 'master' into next

This commit is contained in:
Andre Puschmann 2017-07-14 10:49:15 +02:00
commit d6c027069c
2 changed files with 4 additions and 0 deletions

View File

@ -44,3 +44,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

@ -57,3 +57,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})