add_library(senseApis STATIC
    senseApiManager.cpp
)

target_include_directories(senseApis PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
