1
2list(APPEND SOURCE
3    rosperf.c
4    lines.c
5    fill.c
6    scroll.c
7    text.c
8    alphablend.c
9    testlist.c
10    gradient.c)
11
12add_executable(rosperf ${SOURCE} rosperf.rc)
13set_module_type(rosperf win32cui UNICODE)
14if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
15    target_compile_options(rosperf PRIVATE -Wno-unused-but-set-variable)
16endif()
17add_importlibs(rosperf version msimg32 gdi32 shell32 advapi32 user32 ntdll msvcrt kernel32)
18add_cd_file(TARGET rosperf DESTINATION reactos/system32 FOR all)
19