mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
18 lines
297 B
CMake
18 lines
297 B
CMake
enable_language (ASM)
|
|
|
|
add_library (glibc-compatibility glibc-compatibility.c
|
|
musl/pipe2.c
|
|
musl/fallocate.c
|
|
musl/longjmp.s
|
|
musl/vasprintf.c
|
|
musl/lgamma.c
|
|
musl/posix_spawn.c
|
|
musl/futimens.c
|
|
musl/syscall.s
|
|
musl/syscall_ret.c
|
|
musl/sched_cpucount.c
|
|
musl/glob.c
|
|
musl/exp2f.c)
|
|
|
|
add_subdirectory (tests)
|