mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2024-12-28 20:43:40 +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-fx
|
||||
build-cg
|
||||
/build*/
|
||||
|
||||
# GiteaPC support
|
||||
giteapc-config.make
|
||||
|
|
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue