mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
6 lines
180 B
CMake
6 lines
180 B
CMake
|
|
add_executable(maze maze.c maze.rc)
|
|
set_module_type(maze win32gui)
|
|
add_importlibs(maze user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET maze DESTINATION reactos/system32 FOR all)
|