diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-21 16:40:21 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-21 16:40:21 -0700 |
commit | a963caab9b6500ecef015fa5c514f2a7ae23046f (patch) | |
tree | bd9bb3dbc1bc1cf8b603b08228810dcb81b68262 /host/lib | |
parent | 3938de0cfedb4c4ca8b5fdb1ed7137ee32208648 (diff) | |
download | uhd-a963caab9b6500ecef015fa5c514f2a7ae23046f.tar.gz uhd-a963caab9b6500ecef015fa5c514f2a7ae23046f.tar.bz2 uhd-a963caab9b6500ecef015fa5c514f2a7ae23046f.zip |
uhd: setup cpack components for component based installers
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index dbfa234b6..a30b380c4 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -121,4 +121,5 @@ INSTALL(TARGETS uhd LIBRARY DESTINATION ${LIBRARY_DIR} # .so file ARCHIVE DESTINATION ${LIBRARY_DIR} # .lib file RUNTIME DESTINATION ${LIBRARY_DIR} # .dll file + COMPONENT libraries ) |