mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
6 lines
280 B
CMake
6 lines
280 B
CMake
|
|
add_executable(userinit userinit.c userinit.rc)
|
|
target_link_libraries(userinit wine)
|
|
set_module_type(userinit win32gui UNICODE)
|
|
add_importlibs(userinit user32 gdi32 advapi32 shell32 shlwapi msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET userinit DESTINATION reactos/system32 FOR all)
|