From 40fb07129c55d255e2f188e6b64de6b9efc7dffd Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 7 Sep 2015 09:50:00 +0000 Subject: [PATCH] [BOOTLIB] - Add missing xdk dependency svn path=/trunk/; revision=69084 --- reactos/boot/environ/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/environ/CMakeLists.txt b/reactos/boot/environ/CMakeLists.txt index 76d21c9b038..08dee650932 100644 --- a/reactos/boot/environ/CMakeLists.txt +++ b/reactos/boot/environ/CMakeLists.txt @@ -47,7 +47,7 @@ endif() add_asm_files(bootlib_asm ${BOOTLIB_ASM_SOURCE}) add_library(bootlib ${BOOTLIB_SOURCE} ${bootlib_asm}) add_pch(bootlib app/bootmgr/bootmgr.h BOOTLIB_SOURCE) -add_dependencies(bootlib bugcodes) +add_dependencies(bootlib bugcodes xdk) list(APPEND BOOTMGR_BASE_SOURCE app/bootmgr/efiemu.c