Core/Misc: update g3dlite lib (#2904)

* Core/Misc: update g3dlite lib

* update

Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
Viste
2020-07-30 13:35:45 +03:00
committed by GitHub
parent 91bbbf08eb
commit fcaf91b8b2
183 changed files with 13258 additions and 8022 deletions

View File

@@ -11,6 +11,7 @@
set(g3dlib_STAT_SRCS
source/AABox.cpp
source/Any.cpp
source/AnyTableReader.cpp
source/BinaryFormat.cpp
source/BinaryInput.cpp
source/BinaryOutput.cpp
@@ -26,6 +27,7 @@ set(g3dlib_STAT_SRCS
source/format.cpp
source/g3dfnmatch.cpp
source/g3dmath.cpp
source/GThread.cpp
source/Line.cpp
source/LineSegment.cpp
source/Log.cpp
@@ -38,7 +40,6 @@ set(g3dlib_STAT_SRCS
source/Quat.cpp
source/Random.cpp
source/Ray.cpp
source/ReferenceCount.cpp
source/RegistryUtil.cpp
source/Sphere.cpp
source/stringutils.cpp
@@ -55,9 +56,6 @@ set(g3dlib_STAT_SRCS
add_library(g3dlib STATIC ${g3dlib_STAT_SRCS})
# Group sources
GroupSources(${CMAKE_CURRENT_SOURCE_DIR})
target_include_directories(g3dlib
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/include)
@@ -70,6 +68,6 @@ target_link_libraries(g3dlib
threads)
set_target_properties(g3dlib
PROPERTIES
FOLDER
"deps")
PROPERTIES
FOLDER
"deps")