libcryfs/src/blockstore/implementations/inmemory/CMakeLists.txt

4 lines
156 B
CMake

add_library(blockstore_inmemory InMemoryBlock.cpp InMemoryBlockStore.cpp)
target_link_libraries(blockstore_inmemory blockstore_interface blockstore_utils)