[WIN32K:NTGDI]
[reactos.git] / reactos / dll / win32 / unicows / CMakeLists.txt
1
2 spec2def(unicows.dll unicows.spec)
3
4 list(APPEND SOURCE
5 ${CMAKE_CURRENT_BINARY_DIR}/unicows_stubs.c
6 ${CMAKE_CURRENT_BINARY_DIR}/unicows.def)
7
8 add_library(unicows SHARED ${SOURCE})
9 set_module_type(unicows win32dll)
10 add_importlibs(unicows avicap32 msvfw32 oledlg comdlg32 shell32 winmm winspool rasapi32 secur32 sensapi version user32 mpr gdi32 advapi32 msvcrt kernel32 ntdll)
11 add_cd_file(TARGET unicows DESTINATION reactos FOR all)