mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
3 lines
68 B
CMake
3 lines
68 B
CMake
file(GLOB sources_bzip2 ./*.c)
|
|
|
|
add_library(bzip2 ${sources_bzip2})
|