llvm-mirror/tools/llvmc/CMakeLists.txt
Oscar Fuentes a353ff0b83 Builds llvmc and its examples with CMake.
Patch by arrowdodger!

llvm-svn: 135919
2011-07-25 17:25:10 +00:00

9 lines
216 B
CMake

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()