mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
37fdeb8a46
Add all winetests to bootcd, thanks to unix find :) svn path=/trunk/; revision=50228
39 lines
675 B
CMake
39 lines
675 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
list(APPEND SOURCE
|
|
broadcast.c
|
|
class.c
|
|
clipboard.c
|
|
combo.c
|
|
cursoricon.c
|
|
dce.c
|
|
dde.c
|
|
dialog.c
|
|
edit.c
|
|
generated.c
|
|
input.c
|
|
listbox.c
|
|
menu.c
|
|
monitor.c
|
|
msg.c
|
|
resource.c
|
|
scroll.c
|
|
static.c
|
|
sysparams.c
|
|
text.c
|
|
uitools.c
|
|
win.c
|
|
winstation.c
|
|
wsprintf.c
|
|
testlist.c
|
|
resource.rc)
|
|
|
|
add_executable(user32_winetest ${SOURCE})
|
|
target_link_libraries(user32_winetest wine)
|
|
set_module_type(user32_winetest win32cui)
|
|
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32 ntdll)
|
|
add_cab_target(user32_winetest 7)
|