Win32 build fixes
This commit is contained in:
parent
bf47a1610c
commit
ab7fcb9b4a
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ add_custom_command(
|
|||
"${CMAKE_CURRENT_BINARY_DIR}/egenesis_brief.cpp"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/egenesis_full.cpp"
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMAND "${CMAKE_CURRENT_BINARY_DIR}/embed_genesis" ${embed_genesis_args}
|
||||
COMMAND embed_genesis ${embed_genesis_args}
|
||||
DEPENDS
|
||||
"${GRAPHENE_EGENESIS_JSON}"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/egenesis_brief.cpp.tmpl"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 458b601774c36b702e2d4712320b5d53c6b2ee1c
|
||||
Subproject commit 18ed468c6f0b19bb1e322548d8be64d7faafe4e5
|
||||
Loading…
Reference in a new issue