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