mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
25b97799b4
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62875
7 lines
264 B
CMake
7 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)
|