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