1 2project(appcompat) 3 4add_executable(shimtest_ros shimtest_ros.c shimtest_ros.rc) 5 6set_module_type(shimtest_ros win32cui) 7add_importlibs(shimtest_ros shlwapi msvcrt kernel32 ntdll) 8add_cd_file(TARGET shimtest_ros DESTINATION reactos/bin FOR all) 9