mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
fe20759e84
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60234
11 lines
298 B
CMake
11 lines
298 B
CMake
|
|
list(APPEND SOURCE
|
|
mimeintl.c
|
|
mimeole.c
|
|
testlist.c)
|
|
|
|
add_executable(inetcomm_winetest ${SOURCE})
|
|
set_module_type(inetcomm_winetest win32cui)
|
|
add_importlibs(inetcomm_winetest inetcomm oleaut32 ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET inetcomm_winetest DESTINATION reactos/bin FOR all)
|