This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
2482fe0b52
llvm-project
/
lldb
/
tools
/
debugserver
/
CMakeLists.txt
4 lines
74 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix CMake build of debugserver on Mac OS X. llvm-svn: 198970
2014-01-11 07:06:17 +08:00
project
(
C
CXX
ASM-ATT
)
Add support for building debugserver with CMake (on Mac OS X) - updated RNBDefs.h to allow version numbers to be passed in via preprocessor defines - update libdebugserver.cpp to compile against latest DNBProcessKill signature Review: http://llvm-reviews.chandlerc.com/D1331 llvm-svn: 188078
2013-08-10 00:29:10 +08:00
add_subdirectory
(
scripts
)
add_subdirectory
(
source
)