[CMAKE]
[reactos.git] / rostests / winetests / ntdll / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 list(APPEND SOURCE
7 atom.c
8 change.c
9 directory.c
10 env.c
11 error.c
12 exception.c
13 file.c
14 generated.c
15 info.c
16 large_int.c
17 om.c
18 path.c
19 port.c
20 reg.c
21 rtlbitmap.c
22 rtl.c
23 rtlstr.c
24 string.c
25 time.c
26 testlist.c)
27
28 add_executable(ntdll_winetest ${SOURCE})
29 set_module_type(ntdll_winetest win32cui)
30 add_importlibs(ntdll_winetest user32 msvcrt kernel32 ntdll)
31 add_cab_target(ntdll_winetest 7)