project_files/Android-build/CMakeLists.txt
changeset 10108 c68cf030eded
parent 10015 4feced261c68
equal deleted inserted replaced
10107:dd6541ba745e 10108:c68cf030eded
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    12 # GNU General Public License for more details.
    12 # GNU General Public License for more details.
    13 #
    13 #
    14 # You should have received a copy of the GNU General Public License
    14 # You should have received a copy of the GNU General Public License
    15 # along with this program; if not, write to the Free Software
    15 # along with this program; if not, write to the Free Software
    16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    17 ###################################################################################
    17 ###################################################################################
    18 
    18 
    19 find_program(ANT ant DOC "Path to the java package creator: ant")
    19 find_program(ANT ant DOC "Path to the java package creator: ant")
    20 if(NOT EXISTS ${ANT})
    20 if(NOT EXISTS ${ANT})
    21     message(FATAL_ERROR "Couldn't detect the Ant build tool")
    21     message(FATAL_ERROR "Couldn't detect the Ant build tool")