mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
10 lines
316 B
Text
10 lines
316 B
Text
|
|
||
|
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)
|