enable the fx-CP build

This commit is contained in:
Lephenixnoir 2024-05-26 18:18:31 +02:00
parent e324f9a3a2
commit 5b092a5a4e
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,6 +1,5 @@
# Build files
build-fx
build-cg
/build*/
# GiteaPC support
giteapc-config.make

View file

@ -16,6 +16,7 @@ set(ASSETS_fx
set(ASSETS_cg
assets/input-modes-cg.png
)
set(ASSETS_cp ${ASSETS_cg})
fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg} WITH_METADATA)
set(NAME "justui-${FXSDK_PLATFORM}")