File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.30.0..4.3.0 )
22project (Nostalgia
3- VERSION 0.1.3
3+ VERSION 0.1.4
44 LANGUAGES CXX C )
55
66option (BUILD_SHARED_LIBS "Build the shared version of Nostalgia" OFF )
Original file line number Diff line number Diff line change @@ -951,4 +951,18 @@ set(NOSTALGIA_JOLT_HEADERS
951951 ${NOSTALGIA_ROOT} /thirdparty/Jolt/Shaders/HairWrapper.h
952952 ${NOSTALGIA_ROOT} /thirdparty/Jolt/TriangleSplitter/TriangleSplitterMean.h
953953 ${NOSTALGIA_ROOT} /thirdparty/Jolt/TriangleSplitter/TriangleSplitter.h
954- ${NOSTALGIA_ROOT} /thirdparty/Jolt/TriangleSplitter/TriangleSplitterBinning.h)
954+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/TriangleSplitter/TriangleSplitterBinning.h
955+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Physics/Body/Body.inl
956+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Physics/Body/MotionProperties.inl
957+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/Mat44.inl
958+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/UVec4.inl
959+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/BVec16.inl
960+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/DMat44.inl
961+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/Vec4.inl
962+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/Vec3.inl
963+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/Quat.inl
964+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Math/DVec3.inl
965+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Core/JobSystem.inl
966+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Core/Profiler.inl
967+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Core/LockFreeHashMap.inl
968+ ${NOSTALGIA_ROOT} /thirdparty/Jolt/Core/FixedSizeFreeList.inl)
You can’t perform that action at this time.
0 commit comments