Skip to content

Commit

Permalink
update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSpica committed Jun 3, 2024
1 parent 29b6c61 commit 6adec10
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions scripts/flatpak/com.github.thestr4ng3r.Chiaki.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,14 @@
{
"name": "glm",
"buildsystem": "cmake",
"build-commands": [
"mkdir -p /app/include/glm",
"cp -r glm/glm /app/include/glm"
],
"config-opts": [
"-DCMAKE_INSTALL_PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/g-truc/glm/archive/refs/tags/0.9.9.8.tar.gz",
"sha256": "7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592"
"type": "git",
"url": "https://github.com/FayeSpica/glm.git",
"branch": "master"
}
]
},
Expand Down

0 comments on commit 6adec10

Please sign in to comment.