ff7cbae4837fa489d459f1848f800e82220575cf
[oota-llvm.git] / tools / llvmc / CMakeLists.txt
1 add_subdirectory(src)
2
3 # TODO: support plugins and user-configured builds.
4 # See ./doc/LLVMC-Reference.rst "Customizing LLVMC: the compilation graph"
5
6 if( LLVM_INCLUDE_EXAMPLES )
7   add_subdirectory(examples)
8 endif()