summaryrefslogtreecommitdiff
path: root/tools/llvmc/CMakeLists.txt
blob: ff7cbae4837fa489d459f1848f800e82220575cf (plain)
1
2
3
4
5
6
7
8
add_subdirectory(src)

# TODO: support plugins and user-configured builds.
# See ./doc/LLVMC-Reference.rst "Customizing LLVMC: the compilation graph"

if( LLVM_INCLUDE_EXAMPLES )
  add_subdirectory(examples)
endif()