reactos/drivers/base/nmidebug/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

8 lines
217 B
CMake

add_library(nmidebug SHARED nmidebug.c nmidebug.rc)
set_module_type(nmidebug kernelmodedriver)
add_importlibs(nmidebug ntoskrnl hal)
add_cd_file(TARGET nmidebug DESTINATION reactos/system32/drivers NO_CAB FOR all)