X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=a002c819916791717567320fa20b153757b84b1c;hb=50fd1d747833c5303f9f27ff140b2de8f8de282c;hp=97ac0a675a6a9f9b4c8cb5d7ff111807410a0d56;hpb=e7d811e4df9904946ed55fc7f94b57a7461ebd07;p=contrib%2Fupm.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 97ac0a6..a002c81 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -33,6 +33,7 @@ add_executable (mq2-example mq2-example.cxx) add_executable (mq3-example mq3-example.cxx) add_executable (mq5-example mq5-example.cxx) add_executable (mq9-example mq9-example.cxx) +add_executable (tcs3414cs-example tcs3414cs-example.cxx) include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l) include_directories (${PROJECT_SOURCE_DIR}/src/grove) @@ -60,6 +61,7 @@ include_directories (${PROJECT_SOURCE_DIR}/src/lpd8806) include_directories (${PROJECT_SOURCE_DIR}/src/mlx90614) include_directories (${PROJECT_SOURCE_DIR}/src/ecs1030) include_directories (${PROJECT_SOURCE_DIR}/src/gas) +include_directories (${PROJECT_SOURCE_DIR}/src/tcs3414cs) target_link_libraries (compass hmc5883l ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (groveled grove ${CMAKE_THREAD_LIBS_INIT}) @@ -96,3 +98,4 @@ target_link_libraries (mq2-example gas ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (mq3-example gas ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (mq5-example gas ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (mq9-example gas ${CMAKE_THREAD_LIBS_INIT}) +target_link_libraries (tcs3414cs-example tcs3414cs ${CMAKE_THREAD_LIBS_INIT})