Refactor project

This commit is contained in:
atxr 2024-03-01 10:45:54 +01:00
parent 56ded46af5
commit 81b8cd5c94
28 changed files with 25 additions and 4 deletions

View file

@ -1,8 +0,0 @@
add_executable(test_get_cdh ${CMAKE_CURRENT_SOURCE_DIR}/test_get_cdh.c)
target_link_libraries(test_get_cdh PUBLIC libmineziper)
add_executable(test_decode_huffman_tree ${CMAKE_CURRENT_SOURCE_DIR}/test_decode_huffman_tree.c)
target_link_libraries(test_decode_huffman_tree PUBLIC libmineziper)
add_executable(test_decode_fixed_tree ${CMAKE_CURRENT_SOURCE_DIR}/test_decode_fixed_tree.c)
target_link_libraries(test_decode_fixed_tree PUBLIC libmineziper)