summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJerry W <jerrywiltse@gmail.com>2019-01-19 12:25:57 -0500
committerJerry W <jerrywiltse@gmail.com>2019-01-19 12:25:57 -0500
commitf4e270170519ffa9c851accc58f4dd184dc01bf2 (patch)
treea72c417f7c113ef83418a3770a86f16d2b336e2d /src
parent776ae4e83b51d5bc20c5cd6ac73a353204ccf7bf (diff)
add runtime destination to install, and provide default consistent with existing lib default
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index af80586..e07772e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -219,6 +219,7 @@ SET_TARGET_PROPERTIES(tins PROPERTIES VERSION ${LIBTINS_VERSION} SOVERSION ${LIB
INSTALL(
TARGETS tins
EXPORT libtinsTargets
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT dev