~zorba-coders/zorba/excel-module

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/excel/CMakeLists.txt

  • Committer: mbrantner
  • Date: 2011-06-29 20:43:54 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/excel/trunk:10978
new DECLARE_ZORBA_MODULE macro for all external modules + version 1.0 for all modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
 
15
 
# all external module libraries are generated in the directory
16
 
# of the corresponding .xq file
17
 
 
 
15
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/datetime" 1.0 "datetime.xq")
 
16
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/engineering" 1.0 "engineering.xq")
 
17
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/errors" 1.0 "errors.xq")
 
18
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/information" 1.0 "information.xq")
 
19
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/logical" 1.0 "logical.xq")
 
20
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/lookup" 1.0 "lookup.xq")
 
21
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/math-sumproduct" 1.0 "math-sumproduct.xq")
 
22
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/math" 1.0 "math.xq")
 
23
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/statistical-zorba" 1.0 "statistical-zorba.xq")
 
24
DECLARE_ZORBA_MODULE("http://www.zorba-xquery.com/modules/excel/statistical" 1.0 "statistical.xq")