mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
[CMAKE]
- Fix a missing dependency. svn path=/branches/cmake-bringup/; revision=50322
This commit is contained in:
parent
287ba86f03
commit
1ecaf59fcb
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ add_library(acpica
|
|||
acpica/utilities/utxface.c)
|
||||
|
||||
set_target_properties(acpica PROPERTIES COMPILE_DEFINITIONS "ACPI_USE_LOCAL_CACHE")
|
||||
add_dependencies(acpica bugcodes)
|
||||
|
||||
add_library(acpi SHARED
|
||||
busmgr/bus.c
|
||||
|
|
Loading…
Reference in a new issue