mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Initial.
This commit is contained in:
9
tools/configure-unix-makefiles-rel.sh
Normal file
9
tools/configure-unix-makefiles-rel.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
ASMJIT_CURRENT_DIR=`pwd`
|
||||
ASMJIT_BUILD_DIR="build_makefiles_rel"
|
||||
|
||||
mkdir ../${ASMJIT_BUILD_DIR}
|
||||
cd ../${ASMJIT_BUILD_DIR}
|
||||
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DASMJIT_BUILD_SAMPLES=1
|
||||
cd ${ASMJIT_CURRENT_DIR}
|
||||
Reference in New Issue
Block a user