1
2file(GLOB osk_rc_deps res/*.*)
3add_rc_deps(rsrc.rc ${osk_rc_deps})
4add_executable(osk main.c settings.c rsrc.rc)
5set_module_type(osk win32gui UNICODE)
6add_importlibs(osk comdlg32 winmm shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32 ntdll)
7add_cd_file(TARGET osk DESTINATION reactos/system32 FOR all)
8