mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
6 lines
136 B
CMake
6 lines
136 B
CMake
|
|
add_executable(more more.c more.rc)
|
|
|
|
set_module_type(more win32cui)
|
|
add_importlibs(more user32 msvcrt kernel32)
|
|
add_cab_target(more 1)
|