# ==================================================================================================
add_executable(${TARGET} ${SRCS})
target_link_libraries(${TARGET} PRIVATE utils getopt)
+set_target_properties(${TARGET} PROPERTIES OUTPUT_NAME filament-${TARGET})
# =================================================================================================
# Licenses
static bool g_embedJson = false;
static const char* USAGE = R"TXT(
-RESGEN aggregates a sequence of binary blobs, each of which becomes a "resource" whose id
+filament-resgen aggregates a sequence of binary blobs, each of which becomes a "resource" whose id
is the basename of the input file. It produces the following set of files:
resources.h ......... declares sizes and offsets for each resource
resources.bin ....... the aggregated binary blob that the incbin refers to
Usage:
- RESGEN [options] <input_file_0> <input_file_1> ...
+ filament-resgen [options] <input_file_0> <input_file_1> ...
Options:
--help, -h