mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
5 lines
225 B
CMake
5 lines
225 B
CMake
|
|
add_executable(usp10_winetest usp10.c testlist.c)
|
|
set_module_type(usp10_winetest win32cui)
|
|
add_importlibs(usp10_winetest usp10 user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET usp10_winetest DESTINATION reactos/bin FOR all)
|