mirror of
https://github.com/Hizenberg469/Compression-Algorithm.git
synced 2026-04-20 02:12:26 +03:00
3 lines
115 B
CMake
3 lines
115 B
CMake
add_library(${HUFFMAN_LIBRARY} STATIC "huff.c")
|
|
|
|
target_include_directories(${HUFFMAN_LIBRARY} PUBLIC "../include") |