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