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