llvm/runtimes/Components.cmake.in
Chris Bieneman 3e8e88eddd [CMake] Add support for exposing runtime targets
This patch adds support to the runtimes build for exposing sub-project targets through the high-level configuration. This will enable exposing the build, check and install targets for sub-project components (i.e. asan, check-asan, install-asan...).

This patch requires minor changes to the runtime projects to take advantage of it, and I'll phase those changes into Compiler-RT shortly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279776 91177308-0d34-0410-b5e6-96231b3b80d8
2016-08-25 20:49:51 +00:00

3 lines
84 B
CMake

set(SUB_COMPONENTS @SUB_COMPONENTS@)
set(SUB_INSTALL_TARGETS @SUB_INSTALL_TARGETS@)