1 2add_executable(shimdbg shimdbg.c) 3 4set_module_type(shimdbg win32cui) 5add_importlibs(shimdbg ntdll msvcrt kernel32) 6add_cd_file(TARGET shimdbg DESTINATION reactos/system32 FOR all) 7