mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
11 lines
338 B
Text
11 lines
338 B
Text
|
|
||
|
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)
|