Revision ebf9dc4f

b/CMakeLists.txt
1 1
# WebODF is mostly a JavaScript project. CMake needs to know about the C++ parts
2 2
project (WebODF C CXX Java)
3
cmake_minimum_required(VERSION 2.8)
3
# version 2.8.2 is needed to have support for zip files in external projects
4
cmake_minimum_required(VERSION 2.8.2)
4 5

  
5 6
# This makefile 'compiles' WebODF using various tools, instruments the code and
6 7
# builds and packages programs that use WebODF.

Also available in: Unified diff