mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
faacccfc2a
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60614
9 lines
316 B
CMake
9 lines
316 B
CMake
|
|
list(APPEND SOURCE
|
|
transform.c
|
|
testlist.c)
|
|
|
|
add_executable(windowscodecsext_winetest ${SOURCE})
|
|
set_module_type(windowscodecsext_winetest win32cui)
|
|
add_importlibs(windowscodecsext_winetest ole32 windowscodecsext msvcrt kernel32)
|
|
add_cd_file(TARGET windowscodecsext_winetest DESTINATION reactos/bin FOR all)
|