[STORPROP] Add storprop.dll and implement the DiskClassInstaller stub
[reactos.git] / dll / win32 / storprop / CMakeLists.txt
1
2 spec2def(storprop.dll storprop.spec)
3
4 add_library(storprop MODULE
5 storprop.c
6 storprop.rc
7 ${CMAKE_CURRENT_BINARY_DIR}/storprop_stubs.c
8 ${CMAKE_CURRENT_BINARY_DIR}/storprop.def)
9
10 set_module_type(storprop win32dll UNICODE)
11 target_link_libraries(storprop wine)
12 add_importlibs(storprop setupapi advapi32 msvcrt kernel32 ntdll)
13 add_cd_file(TARGET storprop DESTINATION reactos/system32 FOR all)