[ROSTESTS] Move the tests unsupported by rosautotest under a "suppl" (supplementary...
[reactos.git] / modules / rostests / win32 / user32 / sysicon / CMakeLists.txt
1
2 list(APPEND SOURCE
3 sysicon.c
4 sysicon.rc)
5
6 add_executable(sysicon ${SOURCE})
7 target_link_libraries(sysicon ${PSEH_LIB})
8 set_module_type(sysicon win32gui UNICODE)
9 add_importlibs(sysicon gdi32 user32 msvcrt kernel32)
10 add_rostests_file(TARGET sysicon SUBDIR suppl)