2010-12-07 09:27:10 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
asmcache.c
|
|
|
|
asmenum.c
|
|
|
|
asmname.c
|
|
|
|
fusion.c
|
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(fusion_winetest ${SOURCE})
|
2020-09-21 10:16:02 +00:00
|
|
|
|
|
|
|
target_compile_definitions(fusion_winetest PRIVATE USE_WINE_TODOS)
|
|
|
|
|
2021-04-09 00:58:19 +00:00
|
|
|
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
2020-09-21 10:16:02 +00:00
|
|
|
target_compile_options(fusion_winetest PRIVATE -Wno-format-overflow)
|
|
|
|
endif()
|
|
|
|
|
2010-12-07 09:27:10 +00:00
|
|
|
set_module_type(fusion_winetest win32cui)
|
2013-09-16 15:16:11 +00:00
|
|
|
add_importlibs(fusion_winetest user32 msvcrt kernel32)
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET fusion_winetest)
|