Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Game Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Onuralp SEZER
Game Library
Commits
7cd1d7a9
Commit
7cd1d7a9
authored
2 years ago
by
Joseph Walton-Rivers
Browse files
Options
Downloads
Patches
Plain Diff
move glfw module into its own file
parent
1698a9f7
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-aux/com.fossgalaxy.fggl.demo.yml
+1
-12
1 addition, 12 deletions
build-aux/com.fossgalaxy.fggl.demo.yml
build-aux/modules/glfw.yml
+12
-0
12 additions, 0 deletions
build-aux/modules/glfw.yml
with
13 additions
and
12 deletions
build-aux/com.fossgalaxy.fggl.demo.yml
+
1
−
12
View file @
7cd1d7a9
...
@@ -9,18 +9,7 @@ finish-args:
...
@@ -9,18 +9,7 @@ finish-args:
-
"
--socket=fallback-x11"
-
"
--socket=fallback-x11"
-
"
--socket=wayland"
-
"
--socket=wayland"
modules
:
modules
:
-
name
:
glfw
-
modules/glfw.yml
buildsystem
:
cmake-ninja
builddir
:
true
sources
:
-
type
:
archive
url
:
https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip
sha256
:
bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd
cleanup
:
-
/include
-
/lib/cmake
-
/lib/pkgconfig
-
'
*.a'
-
modules/glm-0.9.9.8.json
-
modules/glm-0.9.9.8.json
-
modules/fmt.yml
-
modules/fmt.yml
-
modules/spdlog.json
-
modules/spdlog.json
...
...
This diff is collapsed.
Click to expand it.
build-aux/modules/glfw.yml
0 → 100644
+
12
−
0
View file @
7cd1d7a9
name
:
glfw
buildsystem
:
cmake-ninja
builddir
:
true
sources
:
-
type
:
archive
url
:
https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip
sha256
:
bbd2c42c660b725e9755eb417e40b373f0d4c03138c9b2e210d02cd308bd99cd
cleanup
:
-
/include
-
/lib/cmake
-
/lib/pkgconfig
-
'
*.a'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment