[CMAKE]
[reactos.git] / rostests / winetests / kernel32 / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 list(APPEND SOURCE
7 actctx.c
8 alloc.c
9 atom.c
10 change.c
11 codepage.c
12 comm.c
13 console.c
14 debugger.c
15 directory.c
16 drive.c
17 environ.c
18 fiber.c
19 file.c
20 format_msg.c
21 #generated.c
22 heap.c
23 interlck.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 resource.rc)
43
44 add_executable(kernel32_winetest ${SOURCE})
45 target_link_libraries(kernel32_winetest wine)
46 set_module_type(kernel32_winetest win32cui)
47 add_importlibs(kernel32_winetest user32 advapi32 msvcrt kernel32 ntdll)