From 5b092a5a4ec2a74337ef6a98ccb4da3f658ab738 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sun, 26 May 2024 18:18:31 +0200 Subject: [PATCH] enable the fx-CP build --- .gitignore | 3 +-- CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 25cb699..22e7d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Build files -build-fx -build-cg +/build*/ # GiteaPC support giteapc-config.make diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dbd315..5ce1981 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")