File tree Expand file tree Collapse file tree 11 files changed +11
-0
lines changed
Expand file tree Collapse file tree 11 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ third-party/include/cargs.h
1313third-party /include /* .hpp
1414third-party /include /libserialport.h
1515third-party /include /pupdmd.h
16+ third-party /include /SceneGenerator.h
1617third-party /include /serum.h
1718third-party /include /serum-decode.h
1819third-party /include /ZeDMD.h
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ cmake \
6464 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6565 -B build
6666cmake --build build -- -j${NUM_PROCS}
67+ cp src/SceneGenerator.h ../../third-party/include/
6768cp src/serum.h ../../third-party/include/
6869cp src/serum-decode.h ../../third-party/include/
6970cp build/libserum.so ../../third-party/runtime-libs/android/arm64-v8a/
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ cmake \
5858 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
5959 -B build
6060cmake --build build -- -j${NUM_PROCS}
61+ cp src/SceneGenerator.h ../../third-party/include/
6162cp src/serum.h ../../third-party/include/
6263cp src/serum-decode.h ../../third-party/include/
6364cp build/libserum.a ../../third-party/build-libs/ios-simulator/arm64/
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ cmake \
5858 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
5959 -B build
6060cmake --build build -- -j${NUM_PROCS}
61+ cp src/SceneGenerator.h ../../third-party/include/
6162cp src/serum.h ../../third-party/include/
6263cp src/serum-decode.h ../../third-party/include/
6364cp build/libserum.a ../../third-party/build-libs/ios/arm64/
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cmake \
6262 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6363 -B build
6464cmake --build build -- -j${NUM_PROCS}
65+ cp src/SceneGenerator.h ../../third-party/include/
6566cp src/serum.h ../../third-party/include/
6667cp src/serum-decode.h ../../third-party/include/
6768cp -a build/libserum.{so,so.* } ../../third-party/runtime-libs/linux/aarch64/
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cmake \
6262 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6363 -B build
6464cmake --build build -- -j${NUM_PROCS}
65+ cp src/SceneGenerator.h ../../third-party/include/
6566cp src/serum.h ../../third-party/include/
6667cp src/serum-decode.h ../../third-party/include/
6768cp -a build/libserum.{so,so.* } ../../third-party/runtime-libs/linux/x64/
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cmake \
6262 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6363 -B build
6464cmake --build build -- -j${NUM_PROCS}
65+ cp src/SceneGenerator.h ../../third-party/include/
6566cp src/serum.h ../../third-party/include/
6667cp src/serum-decode.h ../../third-party/include/
6768cp -a build/libserum.{dylib,* .dylib} ../../third-party/runtime-libs/macos/arm64/
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cmake \
6262 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6363 -B build
6464cmake --build build -- -j${NUM_PROCS}
65+ cp src/SceneGenerator.h ../../third-party/include/
6566cp src/serum.h ../../third-party/include/
6667cp src/serum-decode.h ../../third-party/include/
6768cp -a build/libserum.{dylib,* .dylib} ../../third-party/runtime-libs/macos/x64/
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ cmake \
5858 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
5959 -B build
6060cmake --build build -- -j${NUM_PROCS}
61+ cp src/SceneGenerator.h ../../third-party/include/
6162cp src/serum.h ../../third-party/include/
6263cp src/serum-decode.h ../../third-party/include/
6364cp build/libserum.a ../../third-party/build-libs/tvos/arm64/
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ cmake \
6464 -DBUILD_STATIC=OFF \
6565 -B build
6666cmake --build build --config ${BUILD_TYPE}
67+ cp src/SceneGenerator.h ../../third-party/include/
6768cp src/serum.h ../../third-party/include/
6869cp src/serum-decode.h ../../third-party/include/
6970cp build/${BUILD_TYPE} /serum64.lib ../../third-party/build-libs/win/x64/
You can’t perform that action at this time.
0 commit comments