mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00

Add more dll/ and drivers/ modules to bootcd. Fix mesa32 definitions. svn path=/branches/cmake-bringup/; revision=49483
15 lines
No EOL
249 B
CMake
15 lines
No EOL
249 B
CMake
|
|
spec2def(dxg.sys dxg.spec)
|
|
|
|
add_library(dxg SHARED
|
|
main.c
|
|
ddhmg.c
|
|
eng.c
|
|
historic.c
|
|
dxg.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/dxg.def)
|
|
|
|
set_module_type(dxg kernelmodedriver)
|
|
add_importlibs(dxg dxgthk ntoskrnl)
|
|
|
|
add_cab_target(dxg 2) |