[CMAKE]
[reactos.git] / base / system / rundll32 / CMakeLists.txt
1
2 set_unicode()
3 include_directories(.)
4 set_rc_compiler()
5
6 add_executable(rundll32 rundll32.c rundll32.rc)
7
8 set_module_type(rundll32 win32gui)
9 add_importlibs(rundll32 user32 msvcrt kernel32 ntdll)
10 add_cd_file(TARGET rundll32 DESTINATION reactos/system32 FOR all)