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