Changeset View
Changeset View
Standalone View
Standalone View
extern/glog/CMakeLists.txt
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | set(SRC | ||||
| src/stacktrace_generic-inl.h | src/stacktrace_generic-inl.h | ||||
| src/stacktrace_libunwind-inl.h | src/stacktrace_libunwind-inl.h | ||||
| src/stacktrace_powerpc-inl.h | src/stacktrace_powerpc-inl.h | ||||
| src/stacktrace_x86_64-inl.h | src/stacktrace_x86_64-inl.h | ||||
| src/stacktrace_x86-inl.h | src/stacktrace_x86-inl.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| extern_gflags | |||||
| ) | ) | ||||
| if(WIN32) | if(WIN32) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| src/windows/port.cc | src/windows/port.cc | ||||
| src/windows/glog/raw_logging.h | src/windows/glog/raw_logging.h | ||||
| src/windows/glog/vlog_is_on.h | src/windows/glog/vlog_is_on.h | ||||
| Show All 32 Lines | |||||