[KERNEL32_TEST]
[reactos.git] / rostests / winetests / kernel32 / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__)
4
5 remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
6
7 list(APPEND SOURCE
8 actctx.c
9 alloc.c
10 atom.c
11 change.c
12 codepage.c
13 comm.c
14 console.c
15 debugger.c
16 directory.c
17 drive.c
18 environ.c
19 fiber.c
20 file.c
21 format_msg.c
22 #generated.c
23 heap.c
24 loader.c
25 locale.c
26 mailslot.c
27 module.c
28 path.c
29 pipe.c
30 process.c
31 profile.c
32 resource.c
33 sync.c
34 thread.c
35 time.c
36 timer.c
37 toolhelp.c
38 version.c
39 virtual.c
40 volume.c
41 testlist.c)
42
43 add_executable(kernel32_winetest
44 ${SOURCE}
45 resource.rc)
46
47 target_link_libraries(kernel32_winetest wine)
48 set_module_type(kernel32_winetest win32cui)
49 add_importlibs(kernel32_winetest user32 advapi32 msvcrt kernel32 ntdll)
50
51 add_cd_file(TARGET kernel32_winetest DESTINATION reactos/bin FOR all)