Files
clang-p2996/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
Filipe Cabecinhas 89372e99ba Fix cmake compilation on Mac OS X.
llvm-svn: 201200
2014-02-12 00:57:20 +00:00

13 lines
350 B
CMake

set(LLVM_NO_RTTI 1)
# We depend on AppleThreadPlanStepThroughObjCTrampoline.h
include_directories(../../LanguageRuntime/ObjC/AppleObjCRuntime)
add_lldb_library(lldbPluginSystemRuntimeMacOSX
AppleGetItemInfoHandler.cpp
AppleGetPendingItemsHandler.cpp
AppleGetQueuesHandler.cpp
AppleGetThreadItemInfoHandler.cpp
SystemRuntimeMacOSX.cpp
)