mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +01:00
cmake: declare assets through the fxSDK utility
This commit is contained in:
parent
815d479ab7
commit
e5a7d968a6
1 changed files with 1 additions and 3 deletions
|
@ -100,9 +100,7 @@ set(SOURCES_CG
|
|||
|
||||
set(ASSETS_FX src/font5x7.png)
|
||||
set(ASSETS_CG src/font8x9.png)
|
||||
set_source_files_properties(${ASSETS_FX} ${ASSETS_CG} PROPERTIES
|
||||
LANGUAGE FXCONV
|
||||
OBJECT_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/src/fxconv-metadata.txt")
|
||||
fxconv_declare_assets(${ASSETS_FX} ${ASSETS_CG})
|
||||
|
||||
include_directories("${PROJECT_SOURCE_DIR}/include" "${PROJECT_BINARY_DIR}/include")
|
||||
add_compile_options(-Wall -Wextra -std=c11 -Os -fstrict-volatile-bitfields)
|
||||
|
|
Loading…
Reference in a new issue