File: GenerateCodeLite.sh

package info (click to toggle)
lib3mf 1.8.1%2Bds-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 12,616 kB
  • sloc: cpp: 34,986; ansic: 4,255; sh: 109; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh

basepath="$(cd "$(dirname "$0")" && pwd)"
builddir="$basepath/../build"
mkdir -p "$builddir"
cd "$builddir"
cmake .. -G "CodeLite - Unix Makefiles" "$@"