mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
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)
|