source: git/Singular/LIB/CMakeLists.txt @ cb8103a

spielwiese
Last change on this file since cb8103a was 8cc501, checked in by Kai Krüger <krueger@…>, 14 years ago
Added files to compile with cmake. Still experimental. Might not work git-svn-id: file:///usr/local/Singular/svn/trunk@13240 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 251 bytes
Line 
1# -*- mode: cmake; -*-
2
3include(SingularMacros)
4
5file(GLOB lib_srcs *.lib)
6 
7singular_copy_LIB(${lib_srcs})
8
9# currently we do NOT create the file all.lib.
10# for now it is part of the svn-repository
11# singular_mk_allLIB(gen-lib "all.lib" ${lib_srcs})
Note: See TracBrowser for help on using the repository browser.