mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
2541969bd0
- More work on the base modules. svn path=/branches/cmake-bringup/; revision=49062
7 lines
155 B
CMake
7 lines
155 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(welcome welcome.c welcome.rc)
|
|
|
|
set_module_type(welcome win32gui)
|
|
add_importlibs(welcome gdi32 user32 msvcrt kernel32 ntdll)
|