summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/demo_apps/low_power_imx7d/rand_wfi/armgcc/release/build_release.bat
diff options
context:
space:
mode:
authorRaul Munoz <raul.munoz@toradex.com>2017-05-19 15:06:23 -0300
committerStefan Agner <stefan.agner@toradex.com>2017-05-22 17:09:55 -0700
commit0c98e2850861ccc1becc20590b85d061d1934269 (patch)
tree7b5ad8d7216f2e59801458bb963f8ee43c35e197 /examples/imx7_colibri_m4/demo_apps/low_power_imx7d/rand_wfi/armgcc/release/build_release.bat
parent17bf7155f5c0cd582537175116b8412adbc39dd6 (diff)
examples: rand_wfi: update CMake structure
Updating this CMake struct according hello_world example. Using this new struct we can build debug and release configuration at the same time and use Eclipse. Signed-off-by: Raul Munoz <raul.munoz@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'examples/imx7_colibri_m4/demo_apps/low_power_imx7d/rand_wfi/armgcc/release/build_release.bat')
-rw-r--r--examples/imx7_colibri_m4/demo_apps/low_power_imx7d/rand_wfi/armgcc/release/build_release.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/imx7_colibri_m4/demo_apps/low_power_imx7d/rand_wfi/armgcc/release/build_release.bat b/examples/imx7_colibri_m4/demo_apps/low_power_imx7d/rand_wfi/armgcc/release/build_release.bat
new file mode 100644
index 0000000..1e066fb
--- /dev/null
+++ b/examples/imx7_colibri_m4/demo_apps/low_power_imx7d/rand_wfi/armgcc/release/build_release.bat
@@ -0,0 +1,3 @@
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ..
+mingw32-make -j4
+pause