reactos/rostests/winetests/propsys/CMakeLists.txt
Amine Khaldi 7636e2ea77 [PROPSYS_WINETEST]
* Improve build.

svn path=/trunk/; revision=61185
2013-12-01 16:17:22 +00:00

6 lines
257 B
CMake

add_executable(propsys_winetest propstore.c propsys.c testlist.c)
set_module_type(propsys_winetest win32cui)
add_importlibs(propsys_winetest propsys ole32 oleaut32 msvcrt kernel32 ntdll)
add_cd_file(TARGET propsys_winetest DESTINATION reactos/bin FOR all)