summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunil <hyunil46.park@samsung.com>2020-04-10 13:28:51 +0900
committerHyunil <hyunil46.park@samsung.com>2020-04-10 13:28:51 +0900
commit0f729450be82741245856f529c0b3b9792c89512 (patch)
tree7e77364158bd96127ddeb41ad75e8cca767bd379
parent0dab280808ee678cf54364f9aabe3b9b70504540 (diff)
downloadlibsrtp-tizen_6.0_hotfix.tar.gz
libsrtp-tizen_6.0_hotfix.tar.bz2
libsrtp-tizen_6.0_hotfix.zip
Change-Id: I40149f01a920a6210c5159dbf5f28554b5d8565d Signed-off-by: Hyunil <hyunil46.park@samsung.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a3505a..80855c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,7 +184,7 @@ if(WIN32)
target_link_libraries(srtp2 ws2_32)
endif()
-install(TARGETS srtp2 DESTINATION lib)
+install(TARGETS srtp2 DESTINATION ${LIB_INSTALL_DIR})
install(FILES include/srtp.h crypto/include/auth.h
crypto/include/cipher.h
crypto/include/cipher_types.h