diff options
author | Sai Sasidhar Maddali <sai.sasidhar92@gmail.com> | 2016-02-10 14:38:34 +0100 |
---|---|---|
committer | Sai Sasidhar Maddali <sai.sasidhar92@gmail.com> | 2016-03-15 15:24:25 +0100 |
commit | ad6d2550d0e728a2927270721ebcd62671f1f0aa (patch) | |
tree | ffeee3a7078279b8f16b74ec660cc9ed68d47a12 /src | |
parent | f8d3dc2c2372b79c76d313696e98f9b2932f9ea6 (diff) | |
download | uca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.tar.gz uca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.tar.bz2 uca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.tar.xz uca-ad6d2550d0e728a2927270721ebcd62671f1f0aa.zip |
ADD: Runtime installation target for Windows
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d8af907..eab0f9c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -114,6 +114,7 @@ endif() #{{{ Installation install(TARGETS uca LIBRARY DESTINATION ${UCA_LIBDIR} + RUNTIME DESTINATION ${UCA_BINDIR} COMPONENT libraries) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libuca.pc |