forked from reactos/reactos
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grab glears based on illens screen saver work
- Loading branch information
1 parent
8d78cb2
commit 5013bb0
Showing
7 changed files
with
528 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.