initial commit

This commit is contained in:
2019-11-20 20:15:27 +07:00
commit d1cf05f3cf
22 changed files with 334 additions and 0 deletions

7
scripts/gen_xcode_project.sh Executable file
View 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 enum.hpp.xcodeproj