2017-09-15 07:24:53 +00:00
|
|
|
enable_language (ASM)
|
2017-11-12 12:58:40 +00:00
|
|
|
|
2018-06-18 21:14:17 +00:00
|
|
|
if (COMPILER_CLANG)
|
2018-06-18 21:15:35 +00:00
|
|
|
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-builtin-requires-header")
|
2018-06-18 21:14:17 +00:00
|
|
|
endif ()
|
|
|
|
|
2017-11-12 12:58:40 +00:00
|
|
|
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
|
2018-05-11 11:54:25 +00:00
|
|
|
musl/sched_cpucount.c
|
|
|
|
musl/glob.c
|
|
|
|
musl/exp2f.c)
|
2017-10-07 12:03:44 +00:00
|
|
|
|
|
|
|
add_subdirectory (tests)
|