Make command line build scripts work.

This commit is contained in:
László Monda
2016-02-14 01:12:27 +01:00
parent 5ce5dbc62d
commit d69884f28b
8 changed files with 195 additions and 192 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/sh
. ./ksdk_dir.sh
cmake -DCMAKE_TOOLCHAIN_FILE="$KSDK_DIR/tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug .
make -j4