mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
acd03fd182
svn path=/branches/shell-experiments/; revision=63503
6 lines
266 B
CMake
6 lines
266 B
CMake
|
|
add_executable(userinit userinit.c userinit.rc)
|
|
target_link_libraries(userinit wine)
|
|
set_module_type(userinit win32gui UNICODE)
|
|
add_importlibs(userinit user32 advapi32 shell32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET userinit DESTINATION reactos/system32 FOR all)
|