diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-18 13:40:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 13:40:33 +0100 |
commit | 214a22b98e5d74a9b49346d5021641db6a9899cf (patch) | |
tree | 83c699aa9ac48d0de1b5ae90c0b9752f21679747 /thirdparty | |
parent | 126d88bce402572072c2f8ca792ee491dc2a15f4 (diff) | |
parent | c7b53c03ae7f7feb45a6023ee5cf764025ebb5e1 (diff) |
Merge pull request #44457 from akien-mga/scons-thirdparty-lib-depends
SCons: Add explicit dependencies on thirdparty code in cloned env
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/rvo2/API.h (renamed from thirdparty/rvo2/src/API.h) | 0 | ||||
-rw-r--r-- | thirdparty/rvo2/Agent.cpp (renamed from thirdparty/rvo2/src/Agent.cpp) | 0 | ||||
-rw-r--r-- | thirdparty/rvo2/Agent.h (renamed from thirdparty/rvo2/src/Agent.h) | 0 | ||||
-rw-r--r-- | thirdparty/rvo2/Definitions.h (renamed from thirdparty/rvo2/src/Definitions.h) | 0 | ||||
-rw-r--r-- | thirdparty/rvo2/KdTree.cpp (renamed from thirdparty/rvo2/src/KdTree.cpp) | 0 | ||||
-rw-r--r-- | thirdparty/rvo2/KdTree.h (renamed from thirdparty/rvo2/src/KdTree.h) | 0 | ||||
-rw-r--r-- | thirdparty/rvo2/Vector3.h (renamed from thirdparty/rvo2/src/Vector3.h) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/thirdparty/rvo2/src/API.h b/thirdparty/rvo2/API.h index c64efb452c..c64efb452c 100644 --- a/thirdparty/rvo2/src/API.h +++ b/thirdparty/rvo2/API.h diff --git a/thirdparty/rvo2/src/Agent.cpp b/thirdparty/rvo2/Agent.cpp index 851d780758..851d780758 100644 --- a/thirdparty/rvo2/src/Agent.cpp +++ b/thirdparty/rvo2/Agent.cpp diff --git a/thirdparty/rvo2/src/Agent.h b/thirdparty/rvo2/Agent.h index 16f75a08f6..16f75a08f6 100644 --- a/thirdparty/rvo2/src/Agent.h +++ b/thirdparty/rvo2/Agent.h diff --git a/thirdparty/rvo2/src/Definitions.h b/thirdparty/rvo2/Definitions.h index a73aca9908..a73aca9908 100644 --- a/thirdparty/rvo2/src/Definitions.h +++ b/thirdparty/rvo2/Definitions.h diff --git a/thirdparty/rvo2/src/KdTree.cpp b/thirdparty/rvo2/KdTree.cpp index bc224614f0..bc224614f0 100644 --- a/thirdparty/rvo2/src/KdTree.cpp +++ b/thirdparty/rvo2/KdTree.cpp diff --git a/thirdparty/rvo2/src/KdTree.h b/thirdparty/rvo2/KdTree.h index 1dbad00ea4..1dbad00ea4 100644 --- a/thirdparty/rvo2/src/KdTree.h +++ b/thirdparty/rvo2/KdTree.h diff --git a/thirdparty/rvo2/src/Vector3.h b/thirdparty/rvo2/Vector3.h index 8c8835c865..8c8835c865 100644 --- a/thirdparty/rvo2/src/Vector3.h +++ b/thirdparty/rvo2/Vector3.h |