Skip to content

Commit

Permalink
Grab glears based on illens screen saver work
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 11, 2024
1 parent 8d78cb2 commit 5013bb0
Show file tree
Hide file tree
Showing 7 changed files with 528 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ add_subdirectory(extrac32)
add_subdirectory(findstr)
add_subdirectory(fltmc)
add_subdirectory(fontview)
add_subdirectory(glgears)
add_subdirectory(games)
add_subdirectory(hh)
add_subdirectory(iexplore)
Expand Down
9 changes: 9 additions & 0 deletions base/applications/glgears/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

list(APPEND SOURCE
glgears.c)

add_rc_deps(rsrc.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/icon_glgears.ico)
add_executable(glgears ${SOURCE} rsrc.rc)
set_module_type(glgears win32gui UNICODE)
add_importlibs(glgears user32 gdi32 opengl32 glu32 winmm advapi32 msvcrt kernel32 ntdll)
add_cd_file(TARGET glgears DESTINATION reactos/system32 FOR all)
Loading

0 comments on commit 5013bb0

Please sign in to comment.