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
1a2da423c9
llvm-project
/
clang
/
tools
/
CMakeLists.txt
4 lines
83 B
CMake
Raw
Normal View
History
Unescape
Escape
Rename 'CIndex' to 'libclang', since it has basically become our stable public (C) API, and will likely grow further in this direction in the future. llvm-svn: 102779
2010-05-01 05:51:10 +08:00
add_subdirectory
(
libclang
)
Sort CMakeLists.txt llvm-svn: 89771
2009-11-25 00:32:20 +08:00
add_subdirectory
(
c-index-test
)
Add CMake files for tools/driver; I am just guessing here, can someone test/fix? llvm-svn: 67604
2009-03-24 10:52:57 +08:00
add_subdirectory
(
driver
)