2013-09-13 10:19:51 +00:00
|
|
|
|
2014-04-24 16:00:38 +00:00
|
|
|
add_definitions(-DUSE_WINE_TODOS)
|
2013-09-13 10:19:51 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
dictionary.c
|
|
|
|
filesystem.c
|
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(scrrun_winetest ${SOURCE})
|
|
|
|
add_idl_headers(scrrun_idlheader_test scrrun.idl)
|
|
|
|
add_dependencies(scrrun_winetest scrrun_idlheader_test)
|
|
|
|
target_link_libraries(scrrun_winetest uuid)
|
|
|
|
set_module_type(scrrun_winetest win32cui)
|
2015-07-20 22:55:40 +00:00
|
|
|
add_importlibs(scrrun_winetest ole32 oleaut32 user32 msvcrt kernel32)
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET scrrun_winetest)
|