mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
6 lines
238 B
CMake
6 lines
238 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
add_executable(cabinet_winetest extract.c fdi.c testlist.c)
|
|
set_module_type(cabinet_winetest win32cui)
|
|
add_importlibs(cabinet_winetest cabinet msvcrt kernel32)
|
|
add_rostests_file(TARGET cabinet_winetest)
|