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
455bd58d4e
llvm-project
/
clang
/
examples
/
CMakeLists.txt
3 lines
73 B
CMake
Raw
Normal View
History
Unescape
Escape
Wire up Daniel's new spiffy C interpreter into the CMake build system llvm-svn: 97311
2010-02-27 15:46:49 +08:00
add_subdirectory
(
clang-interpreter
)
Add missed CMake file for adding clang examples to CMake build. llvm-svn: 89080
2009-11-17 17:40:40 +08:00
add_subdirectory
(
PrintFunctionNames
)