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