fxsdk/fxsdk/cmake
Lephenixnoir ed10e727df
fxconv: enable custom types in the fxconv-metadata.txt system
Set the custom type with "custom-type: your_type_name" (instead of using
--custom on the command-line).

The converter.py in the current directory is still auto-detected as a
custom converter, but that won't work with CMake (which builds with the
build folder as current directory). Instead, a new option --converters=
with a semicolon-separated of Python files has been added. Use
fxconv_declare_converters() from the fxSDK-provided Fxconv module to
declare them programatically in CMake.
2021-05-04 17:38:28 +02:00
..
FX9860G.cmake cmake: disable default x86/x64 flags on OSes that provide them 2021-03-06 11:50:52 +01:00
FXCG50.cmake cmake: disable default x86/x64 flags on OSes that provide them 2021-03-06 11:50:52 +01:00
FindSimpleLibrary.cmake cmake: add a utility to find simple libraries 2021-01-28 22:15:41 +01:00
Fxconv.cmake fxconv: enable custom types in the fxconv-metadata.txt system 2021-05-04 17:38:28 +02:00
GenerateG1A.cmake cmake: fix replacement pattern that finds sh-elf-objcopy 2021-04-17 15:59:35 +02:00
GenerateG3A.cmake fxg1a, mkg3a: change argument order for musl compatibility 2021-04-10 07:42:31 +02:00
GitVersionNumber.cmake cmake: add a helper module to retrieve version from Git tags 2021-01-22 14:42:05 +01:00