Commit 8bd8f79
committed
fix(pkg): ship JoltPhysics/Build/ — bloom_jolt depends on its CMakeLists
0.3.2's tarball only shipped JoltPhysics/Jolt/, but bloom_jolt's
CMakeLists does add_subdirectory(JoltPhysics/Build) — that directory's
CMakeLists.txt is Jolt's primary cmake source (despite the directory
name suggesting build output). Without it, downstream consumers hit:
JoltPhysics submodule not found at .../JoltPhysics
Run: git submodule update --init --recursive
…which is misleading: the submodule is present, just incomplete.
Adds JoltPhysics/Build/** to files: and removes the matching exclusion
from .npmignore. The samples/unit-tests/hello-world/perf/viewer paths
inside Build/CMakeLists.txt are guarded by a CMAKE_CURRENT_SOURCE_DIR
STREQUAL CMAKE_SOURCE_DIR check and only fire when Build/ is the top
level, so we don't need TestFramework/, UnitTests/, etc.
Tarball: 2.0 MB → 2.2 MB packed.1 parent e3bda34 commit 8bd8f79
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments