reactos/drivers/directx/dxg/CMakeLists.txt
Jérôme Gardou 91f3191275 [CMAKE]
- refactor a bit add_cd_file for more flexibility. Add FOR argument for specifying target cd images.

svn path=/branches/cmake-bringup/; revision=51749
2011-05-14 20:54:46 +00:00

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