mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
d686345e81
- More work on the base modules. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=48984
10 lines
181 B
CMake
10 lines
181 B
CMake
|
|
set_unicode()
|
|
include_directories(.)
|
|
set_rc_compiler()
|
|
|
|
add_executable(rundll32 rundll32.c rundll32.rc)
|
|
|
|
set_module_type(rundll32 win32gui)
|
|
|
|
add_importlibs(rundll32 user32 msvcrt)
|