mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
25b97799b4
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62875
6 lines
264 B
CMake
6 lines
264 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_cd_file(TARGET cabinet_winetest DESTINATION reactos/bin FOR all)
|