diff options
Diffstat (limited to 'tools/llvmc/CMakeLists.txt')
-rw-r--r-- | tools/llvmc/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/llvmc/CMakeLists.txt b/tools/llvmc/CMakeLists.txt new file mode 100644 index 0000000..f820419 --- /dev/null +++ b/tools/llvmc/CMakeLists.txt @@ -0,0 +1,4 @@ +add_subdirectory(driver) + +# TODO: support plugins and user-configured builds. +# See ./doc/LLVMC-Reference.rst "Customizing LLVMC: the compilation graph" |