mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-27 11:55:49 +00:00
a6db41675c
Summary: At present, several gtests in the lldb open source codebase are using #include statements rooted at $(SOURCE_ROOT)/${LLDB_PROJECT_ROOT}. This patch cleans up this directory/include structure for both CMake and Xcode build systems. rdar://problem/33835795 Reviewers: zturner, jingham, beanz Reviewed By: beanz Subscribers: emaste, lldb-commits, mgorny Differential Revision: https://reviews.llvm.org/D36598 llvm-svn: 314849
12 lines
179 B
CMake
12 lines
179 B
CMake
set(EXCLUDE_FROM_ALL ON)
|
|
add_lldb_library(lldbUtilityHelpers
|
|
MockTildeExpressionResolver.cpp
|
|
TestUtilities.cpp
|
|
|
|
LINK_LIBS
|
|
lldbUtility
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|