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

4 lines
148 B
CMake

add_library(blockstore_testfake FakeBlock.cpp FakeBlockStore.cpp)
target_link_libraries(blockstore_testfake blockstore_interface blockstore_utils)