diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/cpp-httplib/test/make-shared-library.sh | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/cpp-httplib/test/make-shared-library.sh')
| -rw-r--r-- | libs/cpp-httplib/test/make-shared-library.sh | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/libs/cpp-httplib/test/make-shared-library.sh b/libs/cpp-httplib/test/make-shared-library.sh deleted file mode 100644 index 04f2fc0..0000000 --- a/libs/cpp-httplib/test/make-shared-library.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env bash -if [ "$#" -ne 1 ]; then - echo "Usage: $0 build_dir" - exit 1 -fi - -BUILD_DIR=$1 - -# Make the build directory -rm -rf $BUILD_DIR -mkdir -p $BUILD_DIR/out - -cd $BUILD_DIR - -# Build the version -git checkout $BUILD_DIR -q - -cmake \ - -DCMAKE_BUILD_TYPE=Debug \ - -DCMAKE_CXX_FLAGS="-g -Og" \ - -DBUILD_SHARED_LIBS=ON \ - -DHTTPLIB_COMPILE=ON \ - -DCMAKE_INSTALL_PREFIX=./out \ - ../.. - -cmake --build . --target install -cmake --build . --target clean - |
