mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
ffa1fa76dc
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60335
11 lines
301 B
CMake
11 lines
301 B
CMake
|
|
list(APPEND SOURCE
|
|
task.c
|
|
task_scheduler.c
|
|
task_trigger.c
|
|
testlist.c)
|
|
|
|
add_executable(mstask_winetest ${SOURCE})
|
|
set_module_type(mstask_winetest win32cui)
|
|
add_importlibs(mstask_winetest ole32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET mstask_winetest DESTINATION reactos/bin FOR all)
|