mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:52:56 +00:00
[MESA] Add missing xdk dependency for mesa_x86. CORE-9586
svn path=/trunk/; revision=69125
This commit is contained in:
parent
79125bf7bd
commit
cbffa41d1c
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ list(APPEND ASM_SOURCE
|
||||||
read_rgba_span_x86.S)
|
read_rgba_span_x86.S)
|
||||||
|
|
||||||
add_asm_files(mesa_x86_asm ${ASM_SOURCE})
|
add_asm_files(mesa_x86_asm ${ASM_SOURCE})
|
||||||
add_library(mesa_x86 STATIC ${SOURCE} ${mesa_x86_asm})
|
add_library(mesa_x86 ${SOURCE} ${mesa_x86_asm})
|
||||||
|
add_dependencies(mesa_x86 xdk)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
add_compile_flags("-Wno-format")
|
add_compile_flags("-Wno-format")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue