cmake-generators/qtcreator-debug.sh

7 lines
166 B
Bash
Raw Normal View History

2019-02-14 10:30:42 +00:00
#!/bin/bash
PROJECT=$(grep -i "^Project" "$(dirname -- "$(dirname -- "$(pwd)")")/CMakeLists.txt" | awk -F'[()]' '{print $2}')
"$(dirname $0)/cmake.sh" -f -t Debug
2019-02-14 10:30:42 +00:00