This commit is contained in:
10
rediska/common/CMakeLists.txt
Normal file
10
rediska/common/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
add_library(common STATIC
|
||||
tmp.cpp
|
||||
)
|
||||
|
||||
find_package(concurrentqueue REQUIRED)
|
||||
|
||||
target_link_libraries(common
|
||||
PUBLIC
|
||||
spdlog::spdlog
|
||||
)
|
||||
Reference in New Issue
Block a user