mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
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:
12
deps/g3dlite/CMakeLists.txt
vendored
12
deps/g3dlite/CMakeLists.txt
vendored
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user