From 5d308865d0783d0cd70f7453c77980835ac5648e Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 21 Mar 2018 14:16:02 +0100 Subject: update android-sdk. Now it is possible to compile with clang Change-Id: I156aa48dd90467a2a7540eec11839c0111b13bd2 Signed-off-by: Angelo Mantellini --- IGetAndroid/app/cmake/Modules/FindUncrustify.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 IGetAndroid/app/cmake/Modules/FindUncrustify.cmake (limited to 'IGetAndroid/app/cmake/Modules/FindUncrustify.cmake') diff --git a/IGetAndroid/app/cmake/Modules/FindUncrustify.cmake b/IGetAndroid/app/cmake/Modules/FindUncrustify.cmake new file mode 100644 index 00000000..e53f65fe --- /dev/null +++ b/IGetAndroid/app/cmake/Modules/FindUncrustify.cmake @@ -0,0 +1,8 @@ +# Find uncrustify program +# +find_program( UNCRUSTIFY_BIN uncrustify + PATHS + $ENV{UNCRUSTIFY_HOME} + ) + +message( "-- UNCRUSTIFY found in ${UNCRUSTIFY_BIN}" ) -- cgit 1.2.3-korg