diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-01 10:27:54 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-01 10:27:54 -0700 |
commit | 1721352e905e10dbff48d44b66b1684020a103d7 (patch) | |
tree | 9a66dc2ad56cc4c6d483843dbda90905380bda28 /host/lib | |
parent | 48f6e1f8aae24ee4ff3b15232cfc335b0210ed11 (diff) | |
download | uhd-1721352e905e10dbff48d44b66b1684020a103d7.tar.gz uhd-1721352e905e10dbff48d44b66b1684020a103d7.tar.bz2 uhd-1721352e905e10dbff48d44b66b1684020a103d7.zip |
uhd: install dlls into runtime path, updated docs
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 54f4893e3..f8886566a 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -121,5 +121,5 @@ ENDIF(DEFINED LIBUHD_OUTPUT_NAME) INSTALL(TARGETS uhd LIBRARY DESTINATION ${LIBRARY_DIR} COMPONENT libraries # .so file ARCHIVE DESTINATION ${LIBRARY_DIR} COMPONENT libraries # .lib file - RUNTIME DESTINATION ${LIBRARY_DIR} COMPONENT libraries # .dll file + RUNTIME DESTINATION ${RUNTIME_DIR} COMPONENT libraries # .dll file ) |