[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / dciman32 / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
4 spec2def(dciman32.dll dciman32.spec)
5
6 list(APPEND SOURCE
7 dciman_main.c
8 ${CMAKE_CURRENT_BINARY_DIR}/dciman32_stubs.c
9 ${CMAKE_CURRENT_BINARY_DIR}/dciman32.def)
10
11 add_library(dciman32 SHARED ${SOURCE})
12 set_module_type(dciman32 win32dll)
13 target_link_libraries(dciman32 wine)
14 add_importlibs(dciman32 msvcrt kernel32 ntdll)
15 add_cd_file(TARGET dciman32 DESTINATION reactos/system32 FOR all)