reactos/rostests/apitests/browseui/CMakeLists.txt
Thomas Faber 5994749f53 [BROWSEUI_APITEST]
- Add a test for SHExplorerParseCmdLine.
CORE-5568

svn path=/trunk/; revision=58218
2013-01-25 23:24:46 +00:00

11 lines
338 B
CMake

list(APPEND SOURCE
SHExplorerParseCmdLine.c
testlist.c)
add_executable(browseui_apitest ${SOURCE})
target_link_libraries(browseui_apitest wine)
set_module_type(browseui_apitest win32cui)
add_importlibs(browseui_apitest browseui shell32 msvcrt kernel32 ntdll)
add_cd_file(TARGET browseui_apitest DESTINATION reactos/bin FOR all)