fixed path inclusion
This commit is contained in:
parent
03cc9e5a18
commit
c170910cc2
1 changed files with 2 additions and 1 deletions
|
|
@ -76,8 +76,9 @@ MACRO(AZTH_ADD_INC_PATH val)
|
|||
${AZTH_INC_PATHS}
|
||||
${val}
|
||||
)
|
||||
|
||||
#update cache
|
||||
AZTH_SET_CACHE("AZTH_INC_PATHS" ${AZTH_INC_PATHS})
|
||||
AZTH_SET_CACHE("AZTH_INC_PATHS" "${AZTH_INC_PATHS}")
|
||||
include_directories(${val})
|
||||
ENDMACRO()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue