reactos/drivers/wmi/CMakeLists.txt
Timo Kreuzer 0af4984309 [CMAKE]
Remove dll name from add_importlib_target macro

svn path=/branches/cmake-bringup/; revision=50520
2011-01-27 21:57:54 +00:00

17 lines
322 B
CMake

spec2def(wmilib.sys wmilib.spec)
list(APPEND SOURCE
wmilib.c
wmilib.rc
${CMAKE_CURRENT_BINARY_DIR}/wmilib.def)
add_library(wmilib SHARED ${SOURCE})
set_module_type(wmilib kernelmodedriver)
set_entrypoint(wmilib 0)
add_importlibs(wmilib ntoskrnl)
add_importlib_target(wmilib.spec)
add_cab_target(wmilib 2)