mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
8db8073cbb
svn path=/branches/shell-experiments/; revision=63271
15 lines
345 B
CMake
15 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)
|