X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fapitests%2Fbrowseui%2FCMakeLists.txt;fp=rostests%2Fapitests%2Fbrowseui%2FCMakeLists.txt;h=d8cb019e794aa0d196b705f4b1d5e992bb833b20;hp=0000000000000000000000000000000000000000;hb=5994749f531a1c13bc0fffa872407a723f3786f2;hpb=8900ea9af674f1b8ba37cbbc1900f72c3569ffde diff --git a/rostests/apitests/browseui/CMakeLists.txt b/rostests/apitests/browseui/CMakeLists.txt new file mode 100644 index 00000000000..d8cb019e794 --- /dev/null +++ b/rostests/apitests/browseui/CMakeLists.txt @@ -0,0 +1,10 @@ + +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)