mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Fix make_dnalist
This commit is contained in:
@@ -8,6 +8,7 @@ macro(make_dnalist outlist)
|
|||||||
foreach(type ${ARGN})
|
foreach(type ${ARGN})
|
||||||
get_filename_component(dir ${type} DIRECTORY)
|
get_filename_component(dir ${type} DIRECTORY)
|
||||||
if(dir)
|
if(dir)
|
||||||
|
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${dir}")
|
||||||
set(dir "${dir}/")
|
set(dir "${dir}/")
|
||||||
endif()
|
endif()
|
||||||
get_filename_component(name ${type} NAME)
|
get_filename_component(name ${type} NAME)
|
||||||
|
|||||||
2
MathLib
2
MathLib
Submodule MathLib updated: 5270d232ab...60be8cd299
2
NODLib
2
NODLib
Submodule NODLib updated: 23a536a2b1...83b96b1bc2
2
hecl
2
hecl
Submodule hecl updated: e9a1a9391b...9666a8ec9c
Reference in New Issue
Block a user