Skip to content
Snippets Groups Projects
Commit 7cd1d7a9 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

move glfw module into its own file

parent 1698a9f7
No related merge requests found
...@@ -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
......
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment