mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 14:24:56 +00:00
Fix make_dnalist
This commit is contained in:
@@ -5,9 +5,10 @@ find_package(atdna REQUIRED)
|
||||
|
||||
# Assembles a source/header pair list for use in a DNA library
|
||||
macro(make_dnalist outlist)
|
||||
foreach(type ${ARGN})
|
||||
foreach(type ${ARGN})
|
||||
get_filename_component(dir ${type} DIRECTORY)
|
||||
if(dir)
|
||||
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${dir}")
|
||||
set(dir "${dir}/")
|
||||
endif()
|
||||
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