From fe51b5e6465a8e133205dfb1ba893eeba140bb43 Mon Sep 17 00:00:00 2001 From: Devin Nakamura Date: Thu, 18 Jul 2019 19:50:24 -0400 Subject: [PATCH] Add missing compiler files to cmake Signed-off-by: Devin Nakamura --- compiler/z/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/z/CMakeLists.txt b/compiler/z/CMakeLists.txt index a29609b355..5c46cf79be 100644 --- a/compiler/z/CMakeLists.txt +++ b/compiler/z/CMakeLists.txt @@ -59,4 +59,5 @@ compiler_library(z ${CMAKE_CURRENT_LIST_DIR}/codegen/snippet/XPLINKCallDescriptorSnippet.cpp ${CMAKE_CURRENT_LIST_DIR}/env/OMRCPU.cpp ${CMAKE_CURRENT_LIST_DIR}/env/OMRDebugEnv.cpp + ${CMAKE_CURRENT_LIST_DIR}/runtime/VirtualGuardRuntime.cpp )