mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
227ad6083e
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. llvm-svn: 279776
3 lines
84 B
CMake
3 lines
84 B
CMake
set(SUB_COMPONENTS @SUB_COMPONENTS@)
|
|
set(SUB_INSTALL_TARGETS @SUB_INSTALL_TARGETS@)
|