Skip to content
Snippets Groups Projects
Commit 55b6a31a authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Kateryna Kostiuk
Browse files

project: add helper script to generate Xcode project


Change-Id: I010e4266085262bf5c41624792a280791adf4fc9
Reviewed-by: default avatarKateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
parent db95b479
Branches
No related tags found
No related merge requests found
......@@ -54,4 +54,5 @@ Makefile*
build/
lib
build-local/
Ring/
.DS_Store
#!/bin/bash
cd ../install/lrc/lib/cmake/LibRingClient/
export CMAKELRCPATH=`pwd`
cd -
mkdir -p Ring && cd Ring
cmake ../ -DCMAKE_INSTALL_PREFIX=${CMAKELRCPATH} -G Xcode
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment