[SHELL32] Implement support for IID_IDropTarget in CDesktopFolder::GetUIObjectOf...
[reactos.git] / reactos / dll / win32 / winfax / CMakeLists.txt
1
2 spec2def(winfax.dll winfax.spec)
3
4 list(APPEND SOURCE
5 winfax.c
6 winfax.rc
7 ${CMAKE_CURRENT_BINARY_DIR}/winfax.def)
8
9 add_library(winfax SHARED ${SOURCE})
10 set_module_type(winfax win32dll)
11 add_importlibs(winfax msvcrt kernel32 ntdll)
12 add_cd_file(TARGET winfax DESTINATION reactos/system32 FOR all)