2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Ensure ApplicationReps.hpp is generated in binary directory

This commit is contained in:
Jack Andersen
2019-05-10 13:08:05 -10:00
parent e1b01a0962
commit 50ca5553ab
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ foreach(name ${HECL_APPLICATION_STAGE_REPS})
set(HECL_APPLICATION_STAGE_REPS_LOCAL "${HECL_APPLICATION_STAGE_REPS_LOCAL}STAGES_${name}(P, S) \\\n")
endforeach()
configure_file(include/hecl/ApplicationReps.hpp.in ApplicationReps.hpp @ONLY)
configure_file(include/hecl/ApplicationReps.hpp.in ${CMAKE_CURRENT_BINARY_DIR}/ApplicationReps.hpp @ONLY)
set(ATHENA_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/extern/athena/include)
set(ATHENA_INCLUDE_DIR ${ATHENA_INCLUDE_DIR} PARENT_SCOPE)

2
hecl/extern/boo vendored

Submodule hecl/extern/boo updated: e7a4648968...22cb5bb0a8