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. --- apps/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index b2943f9f3..f4428f958 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -18,3 +18,5 @@ ADD_EXECUTABLE(discover_usrps discover_usrps.cpp) TARGET_LINK_LIBRARIES(discover_usrps uhd) + +INSTALL(TARGETS discover_usrps RUNTIME DESTINATION ${RUNTIME_DIR}) -- cgit v1.2.3