This commit is contained in:
7
rediska/data-structures/CMakeLists.txt
Normal file
7
rediska/data-structures/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
add_library(data-structures STATIC
|
||||
impl/ListDataStructure.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(data-structures PUBLIC
|
||||
common
|
||||
)
|
||||
Reference in New Issue
Block a user