X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=b2d3096e717622a4e8dcf8ef25c860e63493d8bc;hb=050c13466405d341d81381f8621e80dbee4f7092;hp=4a57948a2bb5638b09a8ff6402ab871ee9eb77cc;hpb=ffdd6d2f005e614a37359a21a2e5e5d24a1b14c6;p=contrib%2Fupm.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 4a57948..b2d3096 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -26,6 +26,7 @@ add_executable (max31723-example max31723.cxx) add_executable (max5487-example max5487.cxx) add_executable (nrf8001-broadcast-example nrf8001_broadcast.cxx) add_executable (nrf8001-helloworld-example nrf8001_helloworld.cxx) +add_executable (lpd8806-example lpd8806-example.cxx) include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l) include_directories (${PROJECT_SOURCE_DIR}/src/grove) @@ -49,6 +50,7 @@ include_directories (${PROJECT_SOURCE_DIR}/src/maxds3231m) include_directories (${PROJECT_SOURCE_DIR}/src/max31723) include_directories (${PROJECT_SOURCE_DIR}/src/max5487) include_directories (${PROJECT_SOURCE_DIR}/src/nrf8001) +include_directories (${PROJECT_SOURCE_DIR}/src/lpd8806) target_link_libraries (compass hmc5883l ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (groveled grove ${CMAKE_THREAD_LIBS_INIT}) @@ -78,3 +80,4 @@ target_link_libraries (max31723-example max31723 ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (max5487-example max5487 ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (nrf8001-broadcast-example nrf8001 ${CMAKE_THREAD_LIBS_INIT}) target_link_libraries (nrf8001-helloworld-example nrf8001 ${CMAKE_THREAD_LIBS_INIT}) +target_link_libraries (lpd8806-example lpd8806 ${CMAKE_THREAD_LIBS_INIT})