[CMAKE]
[reactos.git] / dll / cpl / intl / CMakeLists.txt
1
2 set_unicode()
3
4 add_definitions(-D_DLL -D__USE_CRTIMP)
5
6 spec2def(intl.cpl intl.spec)
7
8 add_library(intl SHARED
9 currency.c
10 date.c
11 generalp.c
12 intl.c
13 inplocale.c
14 numbers.c
15 time.c
16 misc.c
17 kblayouts.c
18 languages.c
19 advanced.c
20 sort.c
21 intl.rc)
22
23 set_module_type(intl cpl)
24
25 add_importlibs(intl
26 msvcrt
27 user32
28 comctl32
29 advapi32
30 setupapi
31 shell32
32 kernel32)
33
34 add_cab_target(intl 1)