Started on common and core packages.
This commit is contained in:
8
scripts/setup_build
Executable file
8
scripts/setup_build
Executable file
@ -0,0 +1,8 @@
|
||||
#! /usr/bin/env bash
|
||||
project=`pwd`/
|
||||
buildDir="build/sdl"
|
||||
|
||||
mkdir -p $buildDir
|
||||
pushd $buildDir
|
||||
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release $project
|
||||
popd
|
Reference in New Issue
Block a user