File tree Expand file tree Collapse file tree 10 files changed +14
-0
lines changed
Expand file tree Collapse file tree 10 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ cmake \
7575 -B build
7676cmake --build build -- -j${NUM_PROCS}
7777cp src/ZeDMD.h ../../third-party/include/
78+ cp -r third-party/include/sockpp ../../third-party/include/
7879cp build/libzedmd.so ../../third-party/runtime-libs/android/arm64-v8a/
7980cp -r test ../../
8081cd ..
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ cmake \
6666 -B build
6767cmake --build build -- -j${NUM_PROCS}
6868cp src/ZeDMD.h ../../third-party/include/
69+ cp -r third-party/include/sockpp ../../third-party/include/
6970cp build/libzedmd.a ../../third-party/build-libs/ios-simulator/arm64/
7071cp -r test ../../
7172cd ..
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ cmake \
6565 -B build
6666cmake --build build -- -j${NUM_PROCS}
6767cp src/ZeDMD.h ../../third-party/include/
68+ cp -r third-party/include/sockpp ../../third-party/include/
6869cp build/libzedmd.a ../../third-party/build-libs/ios/arm64/
6970cp -r test ../../
7071cd ..
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ cmake \
6464cmake --build build -- -j${NUM_PROCS}
6565cp src/ZeDMD.h ../../third-party/include/
6666cp third-party/include/libserialport.h ../../third-party/include/
67+ cp -r third-party/include/sockpp ../../third-party/include/
6768cp -a third-party/runtime-libs/linux/aarch64/* .{so,so.* } ../../third-party/runtime-libs/linux/aarch64/
6869cp -a build/* .{so,so.* } ../../third-party/runtime-libs/linux/aarch64/
6970cp -r test ../../
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ cmake \
6464cmake --build build -- -j${NUM_PROCS}
6565cp src/ZeDMD.h ../../third-party/include/
6666cp third-party/include/libserialport.h ../../third-party/include/
67+ cp -r third-party/include/sockpp ../../third-party/include/
6768cp -a third-party/runtime-libs/linux/x64/* .{so,so.* } ../../third-party/runtime-libs/linux/x64/
6869cp -a build/* .{so,so.* } ../../third-party/runtime-libs/linux/x64/
6970cp -r test ../../
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ cmake \
6666cmake --build build -- -j${NUM_PROCS}
6767cp src/ZeDMD.h ../../third-party/include/
6868cp third-party/include/libserialport.h ../../third-party/include/
69+ cp -r third-party/include/sockpp ../../third-party/include/
6970cp -a third-party/runtime-libs/macos/arm64/* .dylib ../../third-party/runtime-libs/macos/arm64/
7071cp -a build/* .dylib ../../third-party/runtime-libs/macos/arm64/
7172cp -r test ../../
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ cmake \
6666cmake --build build -- -j${NUM_PROCS}
6767cp src/ZeDMD.h ../../third-party/include/
6868cp third-party/include/libserialport.h ../../third-party/include/
69+ cp -r third-party/include/sockpp ../../third-party/include/
6970cp -a third-party/runtime-libs/macos/x64/* .dylib ../../third-party/runtime-libs/macos/x64/
7071cp -a build/* .dylib ../../third-party/runtime-libs/macos/x64/
7172cp -r test ../../
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cmake \
6262 -B build
6363cmake --build build -- -j${NUM_PROCS}
6464cp src/ZeDMD.h ../../third-party/include/
65+ cp -r third-party/include/sockpp ../../third-party/include/
6566cp build/libzedmd.a ../../third-party/build-libs/tvos/arm64/
6667cp -r test ../../
6768cd ..
Original file line number Diff line number Diff line change @@ -62,9 +62,12 @@ cmake \
6262 -B build
6363cmake --build build --config ${BUILD_TYPE}
6464cp src/ZeDMD.h ../../third-party/include/
65+ cp -r third-party/include/sockpp ../../third-party/include/
6566cp third-party/include/libserialport.h ../../third-party/include/
6667cp third-party/build-libs/win/x64/libserialport64.lib ../../third-party/build-libs/win/x64/
6768cp third-party/runtime-libs/win/x64/libserialport64.dll ../../third-party/runtime-libs/win/x64/
69+ cp third-party/build-libs/win/x64/sockpp64.lib ../../third-party/build-libs/win/x64/
70+ cp third-party/runtime-libs/win/x64/sockpp64.dll ../../third-party/runtime-libs/win/x64/
6871cp build/${BUILD_TYPE} /zedmd64.lib ../../third-party/build-libs/win/x64/
6972cp build/${BUILD_TYPE} /zedmd64.dll ../../third-party/runtime-libs/win/x64/
7073cp -r test ../../
Original file line number Diff line number Diff line change @@ -64,8 +64,11 @@ cmake \
6464cmake --build build --config ${BUILD_TYPE}
6565cp src/ZeDMD.h ../../third-party/include/
6666cp third-party/include/libserialport.h ../../third-party/include/
67+ cp -r third-party/include/sockpp ../../third-party/include/
6768cp third-party/build-libs/win/x86/libserialport.lib ../../third-party/build-libs/win/x86/
6869cp third-party/runtime-libs/win/x86/libserialport.dll ../../third-party/runtime-libs/win/x86/
70+ cp third-party/build-libs/win/x86/sockpp.lib ../../third-party/build-libs/win/x86/
71+ cp third-party/runtime-libs/win/x86/sockpp.dll ../../third-party/runtime-libs/win/x86/
6972cp build/${BUILD_TYPE} /zedmd.lib ../../third-party/build-libs/win/x86/
7073cp build/${BUILD_TYPE} /zedmd.dll ../../third-party/runtime-libs/win/x86/
7174cp -r test ../../
You can’t perform that action at this time.
0 commit comments