2020-01-04 16:49:02 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
EnumObjects.cpp
|
2020-04-22 18:47:00 +00:00
|
|
|
EnumParentDir.cpp
|
2020-05-09 21:37:40 +00:00
|
|
|
IDataObject.cpp)
|
|
|
|
|
|
|
|
list(APPEND PCH_SKIP_SOURCE
|
|
|
|
testlist.c)
|
2020-01-04 16:49:02 +00:00
|
|
|
|
|
|
|
add_executable(zipfldr_apitest
|
|
|
|
${SOURCE}
|
2020-05-09 21:37:40 +00:00
|
|
|
${PCH_SKIP_SOURCE}
|
2020-01-04 16:49:02 +00:00
|
|
|
zipfldr_apitest.rc)
|
|
|
|
|
2020-09-18 09:08:58 +00:00
|
|
|
target_link_libraries(zipfldr_apitest wine uuid cpprt atl_classes)
|
2020-09-18 07:34:18 +00:00
|
|
|
set_target_cpp_properties(zipfldr_apitest WITH_EXCEPTIONS)
|
2020-01-04 16:49:02 +00:00
|
|
|
set_module_type(zipfldr_apitest win32cui)
|
|
|
|
add_importlibs(zipfldr_apitest shlwapi ole32 shell32 user32 msvcrt kernel32 ntdll)
|
2020-05-09 21:37:40 +00:00
|
|
|
add_pch(zipfldr_apitest precomp.h "${PCH_SKIP_SOURCE}")
|
2020-01-04 16:49:02 +00:00
|
|
|
add_rostests_file(TARGET zipfldr_apitest)
|