From 517ef702145e80b90789eecae4321e5fda7a7836 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 27 Feb 2023 15:25:20 +0100 Subject: [PATCH] luna: Add UBSAN.cpp to CMakeLists --- libluna/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libluna/CMakeLists.txt b/libluna/CMakeLists.txt index 652c341c..b3eba9a3 100644 --- a/libluna/CMakeLists.txt +++ b/libluna/CMakeLists.txt @@ -17,6 +17,7 @@ set(FREESTANDING_SOURCES src/DebugLog.cpp src/Heap.cpp src/Spinlock.cpp + src/UBSAN.cpp ) set(SOURCES