reactos/reactos/drivers/directx/dxg/CMakeLists.txt

15 lines
296 B
CMake
Raw Normal View History

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_cd_file(TARGET dxg DESTINATION reactos/system32/drivers FOR all)