6 lines
137 B
CMake
6 lines
137 B
CMake
add_library(senseApis STATIC
|
|
senseApiManager.cpp
|
|
)
|
|
|
|
target_include_directories(senseApis PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|