spacedrive/tests/CMakeLists.txt
2024-02-06 16:18:22 +01:00

2 lines
118 B
CMake

add_executable(get_cdh ${CMAKE_CURRENT_SOURCE_DIR}/test_get_cdh.c)
target_link_libraries(get_cdh PUBLIC libmineziper)