diff options
Diffstat (limited to 'contrib/llvm/tools/clang/examples/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/tools/clang/examples/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/llvm/tools/clang/examples/CMakeLists.txt b/contrib/llvm/tools/clang/examples/CMakeLists.txt new file mode 100644 index 0000000..d2738c6 --- /dev/null +++ b/contrib/llvm/tools/clang/examples/CMakeLists.txt @@ -0,0 +1,4 @@ +add_subdirectory(clang-interpreter) +add_subdirectory(PrintFunctionNames) +add_subdirectory(wpa) + |