reactos/drivers/wmi/CMakeLists.txt
David Quintana 8db8073cbb Sync with trunk r63270.
svn path=/branches/shell-experiments/; revision=63271
2014-05-13 12:11:12 +00:00

16 lines
345 B
CMake

spec2def(wmilib.sys wmilib.spec ADD_IMPORTLIB)
list(APPEND SOURCE
wmilib.c
wmilib.rc
${CMAKE_CURRENT_BINARY_DIR}/wmilib.def)
add_library(wmilib SHARED ${SOURCE})
set_module_type(wmilib kernelmodedriver ENTRYPOINT 0)
add_importlibs(wmilib ntoskrnl)
add_cd_file(TARGET wmilib DESTINATION reactos/system32/drivers NO_CAB FOR all)