11 lines
416 B
Diff
11 lines
416 B
Diff
--- stxxl/lib/CMakeLists.txt.orig 2014-10-23 23:25:31.121400000 +0400
|
|
+++ stxxl/lib/CMakeLists.txt 2014-10-23 23:26:00.184200000 +0400
|
|
@@ -85,6 +85,7 @@
|
|
set_target_properties(stxxl PROPERTIES VERSION "${STXXL_VERSION_STRING}")
|
|
install(TARGETS stxxl
|
|
EXPORT stxxl-targets
|
|
+ RUNTIME DESTINATION ${INSTALL_BIN_DIR}
|
|
ARCHIVE DESTINATION ${INSTALL_LIB_DIR}
|
|
LIBRARY DESTINATION ${INSTALL_LIB_DIR})
|
|
|