blob: 47e7362f0d5e1aea1243e8574144174d1e4ad0a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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(lldbDebugserverMacOSX_DarwinLog
ActivityStore.cpp
DarwinLogCollector.cpp
LogFilter.cpp
LogFilterChain.cpp
LogFilterExactMatch.cpp
LogFilterRegex.cpp
LogMessage.cpp
LogMessageOsLog.cpp
)
|