Skip to content

Commit

Permalink
[ACPI] Add acpi.rc to CMakeLists (reactos#6089)
Browse files Browse the repository at this point in the history
Fix missing version info.
  • Loading branch information
TAN-Gaming authored Dec 4, 2023
1 parent a6341b4 commit 2dd0c6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/bus/acpi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ list(APPEND ACPI_SOURCE
buspdo.c
main.c)

add_library(acpi MODULE ${ACPI_SOURCE})
add_library(acpi MODULE
${ACPI_SOURCE}
acpi.rc)

set_module_type(acpi kernelmodedriver)
target_link_libraries(acpi wdmguid acpica memcmp strtol ${PSEH_LIB})
add_importlibs(acpi ntoskrnl hal)
Expand Down

0 comments on commit 2dd0c6c

Please sign in to comment.