From b2dc873c221fb48ee67dcfb3262fdf55a8725ed1 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 15 Feb 2010 16:53:03 -0800 Subject: Added CMakeLists.txt for the include dir. Setting up the pkg config file through cmake. Added stuff to cmake to add optional flags. --- lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 46e487f7f..6150fd574 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -31,3 +31,5 @@ ADD_LIBRARY(uhd SHARED TARGET_LINK_LIBRARIES(uhd uhd_usrp) TARGET_LINK_LIBRARIES(uhd uhd_transport) TARGET_LINK_LIBRARIES(uhd ${Boost_LIBRARIES}) + +INSTALL(TARGETS uhd LIBRARY DESTINATION ${LIBRARY_DIR}) -- cgit v1.2.3