1 2include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) 3add_executable(expand expand.c expand.rc) 4set_module_type(expand win32cui) 5add_importlibs(expand lz32 setupapi user32 msvcrt kernel32 ntdll) 6add_cd_file(TARGET expand DESTINATION reactos/system32 FOR all) 7