xref: /reactos/base/system/rundll32/CMakeLists.txt (revision 4019caae)
1
2set_unicode()
3include_directories(.)
4set_rc_compiler()
5
6add_executable(rundll32 rundll32.c rundll32.rc)
7
8set_module_type(rundll32 win32gui)
9add_importlibs(rundll32 user32 msvcrt kernel32 ntdll)
10add_cd_file(TARGET rundll32 DESTINATION reactos/system32 FOR all)
11