mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
7 lines
No EOL
209 B
CMake
7 lines
No EOL
209 B
CMake
aux_source_directory(src CACHE_SRC)
|
|
add_library(cache STATIC ${CACHE_SRC})
|
|
target_include_directories(
|
|
cache
|
|
PUBLIC "${TD_SOURCE_DIR}/include/libs/cache"
|
|
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
|
|
) |