[UXTHEME] -Fix the size of the thump in the themed scrollbar. CORE-7988
[reactos.git] / rostests / win32 / kernel32 / notificationtest / CMakeLists.txt
1
2 list(APPEND SOURCE
3 notificationtest.c)
4
5 add_executable(notificationtest ${SOURCE})
6 target_link_libraries(notificationtest wine ${PSEH_LIB})
7 set_module_type(notificationtest win32cui)
8 add_importlibs(notificationtest gdi32 user32 shlwapi msvcrt kernel32 ntdll)
9 add_rostests_file(TARGET notificationtest)