2
0
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:
2015-08-30 23:13:21 -07:00
parent d1faf4e72d
commit c5f6a87860
4 changed files with 5 additions and 4 deletions

View File

@@ -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)

Submodule MathLib updated: 5270d232ab...60be8cd299

2
NODLib

Submodule NODLib updated: 23a536a2b1...83b96b1bc2

2
hecl

Submodule hecl updated: e9a1a9391b...9666a8ec9c