This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
llvm-project
/
lldb
/
unittests
/
ScriptInterpreter
/
CMakeLists.txt
7 lines
112 B
CMake
Raw
Permalink
Blame
History
if
(
LLDB_ENABLE_PYTHON
)
add_subdirectory
(
Python
)
endif
(
)
if
(
LLDB_ENABLE_LUA
)
add_subdirectory
(
Lua
)
endif
(
)
Reference in New Issue
View Git Blame
Copy Permalink