blob: 5e426eb32ee5322b461a85bf4a791345ced830e0 (
plain) (
tree)
|
|
LIBRARY()
GENERATE_ENUM_SERIALIZATION(priority.h)
PEERDIR(
library/cpp/json
library/cpp/deprecated/atomic
)
SRCS(
all.h
backend.cpp
backend_creator.cpp
composite.cpp
GLOBAL composite_creator.cpp
element.cpp
file.cpp
GLOBAL file_creator.cpp
filter.cpp
filter_creator.cpp
log.cpp
null.cpp
GLOBAL null_creator.cpp
priority.h
record.h
rotating_file.cpp
GLOBAL rotating_file_creator.cpp
stream.cpp
GLOBAL stream_creator.cpp
sync_page_cache_file.cpp
GLOBAL sync_page_cache_file_creator.cpp
system.cpp
GLOBAL system_creator.cpp
thread.cpp
thread_creator.cpp
GLOBAL uninitialized_creator.cpp
reopen.h
)
END()
RECURSE(
global
ut
)
|