Integrates the nativeFileDialog library to enable native file dialogs on the major platforms. It is activated with SDL.

This commit is contained in:
Areloch 2016-04-30 15:48:33 -05:00
parent bab55d46a9
commit ec6f9c05a6
15 changed files with 2489 additions and 354 deletions

View file

@ -71,6 +71,9 @@ macro(addPath dir)
${dir}/*.h
#${dir}/*.asm
)
foreach(entry ${BLACKLIST})
list(REMOVE_ITEM tmp_files ${dir}/${entry})
endforeach()
LIST(APPEND ${PROJECT_NAME}_files "${tmp_files}")
LIST(APPEND ${PROJECT_NAME}_paths "${dir}")
#message(STATUS "addPath ${PROJECT_NAME} : ${tmp_files}")