mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
25f565992a
* Speedup build. svn path=/trunk/; revision=60419
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)
|