[SHELL32_APITEST] Add shell32_apitest_sub dependency (#8077)

Improve shell32_apitest build.
JIRA issue: N/A
Add dependency to shell32_apitest_sub.
This commit is contained in:
Katayama Hirofumi MZ 2025-06-03 23:22:06 +09:00 committed by GitHub
parent d80fdbe146
commit 2ab01e7302
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,3 +83,4 @@ target_link_libraries(shell32_apitest_sub cpprt atl_classes)
set_module_type(shell32_apitest_sub win32gui UNICODE)
add_importlibs(shell32_apitest_sub msvcrt kernel32 user32 shell32 shlwapi ole32)
add_rostests_file(TARGET shell32_apitest_sub SUBDIR testdata)
add_dependencies(shell32_apitest shell32_apitest_sub)