# # ChangeLog for CMakeLists.txt in git # # Generated by Trac 1.2.3 # May 15, 2024, 5:17:42 PM Tue, 21 Sep 2010 18:22:04 GMT Kai Krüger [8cc501] * CMakeLists.txt (modified) * Singular/CMakeLists.txt (added) * Singular/LIB/CMakeLists.txt (added) * factory/CMakeLists.txt (added) * factory/config.h.in.cmake (added) * kernel/CMakeLists.txt (added) * kernel/mod2.h.cmake.in (added) * libfac/CMakeLists.txt (added) * modules/BisonMacros.cmake (added) * modules/CheckCompiler.cmake (added) * modules/CreateOmallocHeader.cmake (added) * modules/DynModMacros.cmake (added) * modules/FactoryMacros.cmake (added) * modules/FindCppUnit.cmake (added) * modules/FindHeader.cmake (added) * modules/IntegerProgramingMacros.cmake (added) * modules/KernelMacros.cmake (added) * modules/LexMacros.cmake (added) * modules/LibMacros.cmake (added) * modules/LibfacMacros.cmake (added) * modules/MPMacros.cmake (added) * modules/NTLMacros.cmake (added) * modules/OMallocMacros.cmake (added) * modules/SingularMacros.cmake (added) * modules/TestMacros.cmake (added) * modules/VersionMacros.cmake (added) * ntl/CMakeLists.txt (added) * omalloc/CMakeLists.txt (added) * omalloc/omConfig.h.cmake.in (added) * omalloc/omlimits.h.cmake.in (added) Added files to compile with cmake. Still experimental. Might not work ... Wed, 13 Jan 2010 21:16:27 GMT Kai Krüger [2617dd5] * CMakeLists.txt (added) * Makefile.in (modified) * Singular/ipshell.h (modified) * tests/CMakeLists.txt (added) * tests/Singular/CMakeLists.txt (added) * tests/Singular/Suite.hpp (added) * tests/Singular/test_iparith.cpp (added) * tests/Singular/test_iparith.hpp (added) * tests/Singular/test_ipid.cpp (added) * tests/Singular/test_ipid.hpp (added) * tests/Singular/utils.cpp (added) * tests/Singular/utils.hpp (added) * tests/kernel/CMakeLists.txt (added) * tests/main.cpp (added) Added examples for cppunit tests. call make test to build and run ...