Files
Rediska/rediska/worker/CMakeLists.txt
Nikita Astafyev 35a6349071
Some checks failed
Code Analysis / analysis (push) Failing after 2m59s
chore: initial commit
2025-12-30 22:34:58 +07:00

16 lines
240 B
CMake

add_library(worker STATIC
tmp.cpp
AsyncWorker.cpp
AsyncWorker.hpp
AsyncWorkerMain.cpp
FrontendWorker.cpp
CacheWorker.cpp
)
target_link_libraries(worker PUBLIC
common
frontend
cache
data-structures
)