mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
13 lines
205 B
CMake
13 lines
205 B
CMake
add_header_library(
|
|
errno_setter_matcher
|
|
HDRS
|
|
ErrnoSetterMatcher.h
|
|
)
|
|
|
|
add_custom_target(check-libc)
|
|
|
|
add_subdirectory(config)
|
|
add_subdirectory(loader)
|
|
add_subdirectory(src)
|
|
add_subdirectory(utils)
|