mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:44:55 +00:00
Updated hecl submodule for DataSpec registration
This commit is contained in:
@@ -11,6 +11,19 @@ else()
|
||||
endif()
|
||||
|
||||
set(HECL_SUBPROJECT TRUE)
|
||||
set(HECL_DATASPEC_DECLS
|
||||
"/* RetroCommon specs */
|
||||
namespace Retro
|
||||
{
|
||||
extern HECL::Database::DataSpecEntry SpecEntMP1;
|
||||
extern HECL::Database::DataSpecEntry SpecEntMP2;
|
||||
extern HECL::Database::DataSpecEntry SpecEntMP3;
|
||||
}")
|
||||
set(HECL_DATASPEC_PUSHES
|
||||
" /* RetroCommon */
|
||||
HECL::Database::DATA_SPEC_REGISTRY.push_back(&Retro::SpecEntMP1);
|
||||
HECL::Database::DATA_SPEC_REGISTRY.push_back(&Retro::SpecEntMP2);
|
||||
HECL::Database::DATA_SPEC_REGISTRY.push_back(&Retro::SpecEntMP3);")
|
||||
add_subdirectory(hecl)
|
||||
add_subdirectory(NODLib)
|
||||
include_directories(${ATHENA_INCLUDE_DIR} ${LOG_VISOR_INCLUDE_DIR} ${HECL_INCLUDE_DIR}
|
||||
|
||||
2
hecl
2
hecl
Submodule hecl updated: f6b681030a...9b3a0413b0
Reference in New Issue
Block a user