mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
a353ff0b83
Patch by arrowdodger! llvm-svn: 135919
9 lines
216 B
CMake
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()
|