mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2025-01-01 06:23:38 +01:00
enable the fx-CP build
This commit is contained in:
parent
e324f9a3a2
commit
5b092a5a4e
2 changed files with 2 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
# Build files
|
# Build files
|
||||||
build-fx
|
/build*/
|
||||||
build-cg
|
|
||||||
|
|
||||||
# GiteaPC support
|
# GiteaPC support
|
||||||
giteapc-config.make
|
giteapc-config.make
|
||||||
|
|
|
@ -16,6 +16,7 @@ set(ASSETS_fx
|
||||||
set(ASSETS_cg
|
set(ASSETS_cg
|
||||||
assets/input-modes-cg.png
|
assets/input-modes-cg.png
|
||||||
)
|
)
|
||||||
|
set(ASSETS_cp ${ASSETS_cg})
|
||||||
fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg} WITH_METADATA)
|
fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg} WITH_METADATA)
|
||||||
|
|
||||||
set(NAME "justui-${FXSDK_PLATFORM}")
|
set(NAME "justui-${FXSDK_PLATFORM}")
|
||||||
|
|
Loading…
Reference in a new issue