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 5dece1a commit 29b6c61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/flatpak/com.github.thestr4ng3r.Chiaki.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
{
"name": "glm",
"buildsystem": "cmake",
"build-commands": [
"mkdir -p /app/include/glm",
"cp -r glm/glm /app/include/glm"
],
"config-opts": [
"-DCMAKE_INSTALL_PREFIX=/app"
],
Expand Down

0 comments on commit 29b6c61

Please sign in to comment.