1project(appcompat) 2include_directories(${REACTOS_SOURCE_DIR}/dll/appcompat/apphelp) 3add_executable(sdbinst sdbinst.c) 4 5set_module_type(sdbinst win32cui UNICODE) 6add_importlibs(sdbinst shlwapi advapi32 apphelp ole32 msvcrt kernel32 ntdll) 7add_cd_file(TARGET sdbinst DESTINATION reactos/system32 FOR all) 8