[USETUP]: Fix spanish translations, suggestions by Mario Rugiero and Julio Carchi
[reactos.git] / reactos / base / setup / setup / CMakeLists.txt
1
2
3 add_executable(setup setup.c setup.rc)
4
5 set_module_type(setup win32gui UNICODE)
6 add_importlibs(setup userenv msvcrt kernel32 ntdll)
7 add_cd_file(TARGET setup DESTINATION reactos/system32 FOR all)