mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

Add more dll/ and drivers/ modules to bootcd. Fix mesa32 definitions. svn path=/branches/cmake-bringup/; revision=49483
15 lines
No EOL
356 B
CMake
15 lines
No EOL
356 B
CMake
|
|
list(APPEND SOURCE
|
|
compbatt.c
|
|
compmisc.c
|
|
comppnp.c
|
|
compbatt.rc)
|
|
|
|
add_library(compbatt SHARED ${CMAKE_CURRENT_BINARY_DIR}/compbatt_compbatt.h.gch ${SOURCE})
|
|
|
|
set_module_type(compbatt kernelmodedriver)
|
|
add_importlibs(compbatt ntoskrnl hal battc)
|
|
|
|
add_pch(compbatt ${CMAKE_CURRENT_SOURCE_DIR}/compbatt.h ${SOURCE})
|
|
|
|
add_cab_target(compbatt 2) |