diff --git a/CMakeLists.txt b/CMakeLists.txt index 14e15e370f..3d60b1bcd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,7 +271,7 @@ if (BUILD_TESTS) set(COMPILE_VIXL_DISASSEMBLER TRUE) endif() -if (COMPILE_VIXL_DISASSEMBLER OR ENABLE_VIXL_SIMULATOR) +if (COMPILE_VIXL_DISASSEMBLER OR ENABLE_VIXL_DISASSEMBLER OR ENABLE_VIXL_SIMULATOR) add_subdirectory(External/vixl/) include_directories(SYSTEM External/vixl/src/) endif()