From bd90c25148ceb0e0d273e6d854366f2f880c1e1b Mon Sep 17 00:00:00 2001 From: Gerry Stellenberg Date: Wed, 29 Dec 2010 15:12:33 -0600 Subject: [PATCH] 'sudo make install' now puts pinproc.h in a p-roc/ subdirectory in the include folder. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d68607c..bbc4111 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ target_link_libraries(pinprocfw pinproc ${libraries}) # The remainder of the file is used for "make install" stuff ############################################################### -set(INCLUDE_INSTALL_DIR include) +set(INCLUDE_INSTALL_DIR include/p-roc) set(LIB_INSTALL_DIR ${_library_dir}${LIB_SUFFIX}) set(_INSTALL_DESTINATIONS