[CMAKE]
[reactos.git] / 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
10 set_module_type(unicows win32dll)
11 add_importlibs(unicows
12 avicap32
13 msvfw32
14 oledlg
15 comdlg32
16 shell32
17 winmm
18 winspool
19 rasapi32
20 secur32
21 sensapi
22 version
23 user32
24 mpr
25 gdi32
26 advapi32
27 kernel32
28 ntdll)
29 add_cd_file(TARGET unicows DESTINATION reactos/system32)