diff options
Diffstat (limited to 'compiler-rt/lib/scudo/standalone/CMakeLists.txt')
| -rw-r--r-- | compiler-rt/lib/scudo/standalone/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/lib/scudo/standalone/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/CMakeLists.txt index 87f4808ebd5..c6626c38973 100644 --- a/compiler-rt/lib/scudo/standalone/CMakeLists.txt +++ b/compiler-rt/lib/scudo/standalone/CMakeLists.txt @@ -37,6 +37,8 @@ set(SCUDO_SOURCES checksum.cc crc32_hw.cc common.cc + flags.cc + flags_parser.cc fuchsia.cc linux.cc report.cc @@ -57,6 +59,9 @@ set(SCUDO_HEADERS atomic_helpers.h bytemap.h checksum.h + flags.h + flags_parser.h + interface.h internal_defs.h linux.h list.h |

