mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
92be71c20b
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=61202
11 lines
291 B
CMake
11 lines
291 B
CMake
|
|
list(APPEND SOURCE
|
|
info.c
|
|
install.c
|
|
testlist.c)
|
|
|
|
add_executable(version_winetest ${SOURCE} version.rc)
|
|
set_module_type(version_winetest win32cui)
|
|
add_importlibs(version_winetest version msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET version_winetest DESTINATION reactos/bin FOR all)
|