diff --git a/tests/compiler/CMakeLists.txt b/tests/compiler/CMakeLists.txt index 31a4370973753f154d4b47f38b9e32b7ecc6c153..8e3291c0633fa75e65e8a55bd6b2ec377075e029 100644 --- a/tests/compiler/CMakeLists.txt +++ b/tests/compiler/CMakeLists.txt @@ -44,6 +44,8 @@ if(NOT PANDA_MINIMAL_VIXL AND PANDA_COMPILER_ENABLE) ${PANDA_SANITIZERS_LIST} INCLUDE_DIRS ${INCLUDE_ECMA_DIRS} + DEPS_TARGETS + arkstdlib ) endif() @@ -70,6 +72,8 @@ if(NOT PANDA_MINIMAL_VIXL AND PANDA_TARGET_AMD64) ${PANDA_SANITIZERS_LIST} INCLUDE_DIRS ${INCLUDE_ECMA_DIRS} + DEPS_TARGETS + arkstdlib ) endif()