mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-15 04:35:27 +07:00
cmake template
This commit is contained in:
7
scripts/gen_xcode_project.sh
Executable file
7
scripts/gen_xcode_project.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
|
||||
mkdir -p $BUILD_DIR/xcode
|
||||
cd $BUILD_DIR/xcode
|
||||
cmake -G Xcode ../..
|
||||
open enduro2d-bootstrap.xcodeproj
|
||||
Reference in New Issue
Block a user