mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
14 lines
310 B
CMake
14 lines
310 B
CMake
|
|
add_definitions(-D_DXAPI_)
|
|
|
|
spec2def(dxapi.sys dxapi.spec)
|
|
|
|
add_library(dxapi SHARED
|
|
main.c
|
|
dxapi.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/dxapi.def)
|
|
|
|
set_module_type(dxapi kernelmodedriver)
|
|
add_importlibs(dxapi ntoskrnl hal videoprt)
|
|
|
|
add_cd_file(TARGET dxapi DESTINATION reactos/system32/drivers FOR all)
|