mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
e6d7517236
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=63062
6 lines
249 B
CMake
6 lines
249 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
add_executable(lz32_winetest lzexpand_main.c testlist.c)
|
|
set_module_type(lz32_winetest win32cui)
|
|
add_importlibs(lz32_winetest lz32 msvcrt kernel32)
|
|
add_cd_file(TARGET lz32_winetest DESTINATION reactos/bin FOR all)
|