2010-12-07 11:40:10 +00:00
|
|
|
|
2014-02-14 11:14:29 +00:00
|
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
assoc.c
|
|
|
|
clist.c
|
|
|
|
clsid.c
|
|
|
|
generated.c
|
|
|
|
istream.c
|
|
|
|
ordinal.c
|
|
|
|
path.c
|
|
|
|
shreg.c
|
|
|
|
string.c
|
2012-09-29 13:14:50 +00:00
|
|
|
thread.c
|
2010-12-07 11:40:10 +00:00
|
|
|
url.c
|
2012-09-29 13:14:50 +00:00
|
|
|
testlist.c)
|
2010-12-07 11:40:10 +00:00
|
|
|
|
|
|
|
add_executable(shlwapi_winetest ${SOURCE})
|
2013-09-26 16:52:35 +00:00
|
|
|
target_link_libraries(shlwapi_winetest uuid)
|
2010-12-07 11:40:10 +00:00
|
|
|
set_module_type(shlwapi_winetest win32cui)
|
2014-04-24 16:07:42 +00:00
|
|
|
add_importlibs(shlwapi_winetest shlwapi ole32 oleaut32 user32 advapi32 msvcrt kernel32)
|
|
|
|
if(MSVC)
|
|
|
|
add_importlibs(shlwapi_winetest ntdll)
|
|
|
|
endif()
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET shlwapi_winetest DESTINATION reactos/bin FOR all)
|