aboutsummaryrefslogtreecommitdiffstats
path: root/iGetAndroid/app/cmake/Modules/FindUncrustify.cmake
blob: e53f65fe4e1957605c532889d74c1caa29ee0a35 (plain)
1
2
3
4
5
6
7
8
# Find uncrustify program
#
find_program( UNCRUSTIFY_BIN uncrustify
                PATHS
				$ENV{UNCRUSTIFY_HOME}
				)

message( "-- UNCRUSTIFY found in ${UNCRUSTIFY_BIN}" )