From 1d0284abafdec1e029e56f8c9b8fa9e3a3760bfb Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Wed, 1 Apr 2015 10:33:38 -0700 Subject: [PATCH] CMakeLists.txt: removed duplicate entries Signed-off-by: John Van Drasek --- examples/c++/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/c++/CMakeLists.txt b/examples/c++/CMakeLists.txt index f2d19659..4b3ea7d7 100644 --- a/examples/c++/CMakeLists.txt +++ b/examples/c++/CMakeLists.txt @@ -108,8 +108,6 @@ add_executable (a110x-intr-example a110x-intr.cxx) add_executable (mhz16-example mhz16.cxx) add_executable (apds9002-example apds9002.cxx) add_executable (waterlevel-example waterlevel.cxx) -add_executable (apds9002-example apds9002.cxx) -add_executable (waterlevel-example waterlevel.cxx) include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l) include_directories (${PROJECT_SOURCE_DIR}/src/grove) @@ -197,8 +195,6 @@ include_directories (${PROJECT_SOURCE_DIR}/src/flex) include_directories (${PROJECT_SOURCE_DIR}/src/mhz16) include_directories (${PROJECT_SOURCE_DIR}/src/apds9002) include_directories (${PROJECT_SOURCE_DIR}/src/waterlevel) -include_directories (${PROJECT_SOURCE_DIR}/src/apds9002) -include_directories (${PROJECT_SOURCE_DIR}/src/waterlevel) target_link_libraries (hmc5883l-example hmc5883l ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (groveled-example grove ${CMAKE_THREAD_LIBS_INIT}) @@ -308,5 +304,3 @@ target_link_libraries (a110x-intr-example a110x ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (mhz16-example mhz16 ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (apds9002-example apds9002 ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (waterlevel-example waterlevel ${CMAKE_THREAD_LIBS_INIT}) -target_link_libraries (apds9002-example apds9002 ${CMAKE_THREAD_LIBS_INIT}) -target_link_libraries (waterlevel-example waterlevel ${CMAKE_THREAD_LIBS_INIT})