[cmake] Split OTRGui into it's own target (#1116)

This commit is contained in:
th-2021
2022-08-11 10:05:54 +02:00
committed by GitHub
parent e88000aeb0
commit 791f7774a5
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-cmake --target OTRGui --
cmake --build build-cmake --config Release --
(cd build-cmake && cpack -G External)