[CMake] More fixes for Windows build
[blocksruntime.git] / lib / Makefile.mk
blobed9690d467aabc78161698c9ebdda32c0cf7eb15
1 #===- lib/Makefile.mk --------------------------------------*- Makefile -*--===#
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 #===------------------------------------------------------------------------===#
10 SubDirs :=
12 # Add submodules.
13 SubDirs += asan
14 SubDirs += builtins
15 SubDirs += dfsan
16 SubDirs += interception
17 SubDirs += lsan
18 SubDirs += msan
19 SubDirs += profile
20 SubDirs += sanitizer_common
21 SubDirs += tsan
22 SubDirs += ubsan