xref: /reactos/base/system/rundll32/CMakeLists.txt (revision 956eb46a)
1
2set_unicode()
3include_directories(.)
4set_rc_compiler()
5
6add_executable(rundll32 rundll32.c rundll32.rc)
7
8set_module_type(rundll32 win32gui)
9
10add_importlibs(rundll32 user32 msvcrt kernel32 ntdll)
11add_livecd_target(rundll32 reactos/system32)