mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[USER32_WINETEST]
- Compile as a GUI app svn path=/trunk/; revision=64188
This commit is contained in:
parent
85d90c9dff
commit
559bf96394
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ list(APPEND SOURCE
|
|||
testlist.c)
|
||||
|
||||
add_executable(user32_winetest ${SOURCE} resource.rc)
|
||||
set_module_type(user32_winetest win32cui)
|
||||
# some tests need to be run from an app compiled as GUI
|
||||
set_module_type(user32_winetest win32gui)
|
||||
add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32)
|
||||
add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
Loading…
Reference in a new issue