blob: dffa357f1e6805bd85578bd5fd8c21ea78d929ba [file] [log] [blame]
# Due to sources including headers like:
# #include "MacOSX/i386/DNBArchImplI386.h"
# we must include the grandparent directory...
include_directories(${LLDB_SOURCE_DIR}/tools/debugserver/source)
add_library(lldbDebugserverDarwin_DarwinLog
ActivityStore.cpp
DarwinLogCollector.cpp
LogFilter.cpp
LogFilterChain.cpp
LogFilterExactMatch.cpp
LogFilterRegex.cpp
LogMessage.cpp
LogMessageOsLog.cpp
)