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 10c0338 commit 590b02d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions scripts/flatpak/com.github.thestr4ng3r.Chiaki.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,40 @@
"pip3 install --prefix=/app google&&pip3 install --prefix=/app protobuf"
]
},
{
"name": "glfw",
"buildsystem": "cmake",
"config-opts": [
"-DCMAKE_INSTALL_PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/glfw/glfw/releases/download/3.3.4/glfw-3.3.4.zip",
"sha256": "9e7b9a151603222d5e57f1cf789f3ff33ae36407f8de2e8d587a1cbd2d0a9e6b"
}
]
},
{
"name": "glm",
"buildsystem": "cmake",
"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": "4e94e2ee1f87c0d791d0d1ec9dd41ea6ff1a994e9fcbbf03f935e617a330c1b1"
}
]
},
{
"name": "chiaki-borealis",
"buildsystem": "cmake",
"config-opts": [
"-DCMAKE_INSTALL_PREFIX=/app"
],
"builddir": "true",
"sources": [
{
Expand Down

0 comments on commit 590b02d

Please sign in to comment.