mirror of https://github.com/AxioDL/metaforce.git
Ensure ApplicationReps.hpp is generated in binary directory
This commit is contained in:
parent
e1b01a0962
commit
50ca5553ab
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e7a46489681a8b4de247474b1d3dfb88b75b34a8
|
||||
Subproject commit 22cb5bb0a84a02bf836df6411243aa4b53624243
|
Loading…
Reference in New Issue