Replaced tinyfiledialog submodule

This commit is contained in:
brunoherbelin
2020-03-11 20:47:32 +01:00
parent ce40d67fd1
commit 1acfed925d
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -13,3 +13,6 @@
[submodule "ext/Dirent"]
path = ext/Dirent
url = https://github.com/tronkko/dirent.git
[submodule "ext/tfd"]
path = ext/tfd
url = https://github.com/native-toolkit/tinyfiledialogs.git
+2 -2
View File
@@ -146,8 +146,8 @@ endif( WIN32 )
#
# TINY FILE DIALOG
#
set(TINYFD_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ext/tinyfiledialogs)
add_library(TINYFD "${CMAKE_CURRENT_SOURCE_DIR}/ext/tinyfiledialogs/tinyfiledialogs.c")
set(TINYFD_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ext/tfd)
add_library(TINYFD "${CMAKE_CURRENT_SOURCE_DIR}/ext/tfd/tinyfiledialogs.c")
message(STATUS "Compiling 'TinyFileDialog' from https://github.com/native-toolkit/tinyfiledialogs.git -- ${TINYFD_INCLUDE_DIR}.")
#
Submodule
+1
Submodule ext/tfd added at f2379486f0