mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
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)
|