]> www.ginac.de Git - cln.git/commit
CLN can be built with CMake
authorAlexey Sheplyakov <asheplyakov@yandex.ru>
Sun, 28 Aug 2011 20:05:31 +0000 (23:05 +0300)
committerAlexey Sheplyakov <asheplyakov@altlinux.org>
Mon, 21 Dec 2020 11:26:00 +0000 (15:26 +0400)
commitece08e37c01ac7ed1d4d600f881fbf90c9338cd3
treeb9f4acbe2689e671dafe6a874d4f14ac1cad7132
parente67df7a533c7f768f48a591ec3b6f1e4cf4cdbe4
CLN can be built with CMake

See INSTALL.CMake for the details
26 files changed:
CMakeLists.txt [new file with mode: 0644]
INSTALL.CMake [new file with mode: 0644]
cln.pc.cmake [new file with mode: 0644]
cmake/cln-config.cmake.in [new file with mode: 0644]
cmake/modules/AsmNoexecstack.cmake [new file with mode: 0644]
cmake/modules/AsmUnderscore.cmake [new file with mode: 0644]
cmake/modules/CLNstrutils.cmake [new file with mode: 0644]
cmake/modules/CheckTypeAlign.c.in [new file with mode: 0644]
cmake/modules/CheckTypeAlign.cmake [new file with mode: 0644]
cmake/modules/CheckTypeAlignMap.cmake.in [new file with mode: 0644]
cmake/modules/FindGMP.cmake [new file with mode: 0644]
cmake/modules/GMPLimbSize.cmake [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
examples/CMakeLists.txt [new file with mode: 0644]
include/CMakeLists.txt [new file with mode: 0644]
include/cln/config.h.cmake [new file with mode: 0644]
include/cln/host_cpu.h.cmake [new file with mode: 0644]
include/cln/intparam.h.cmake [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/base/cl_base_config.h.cmake [new file with mode: 0644]
src/base/cl_gmpconfig.h.cmake [new file with mode: 0644]
src/base/digitseq/cl_asm.S
src/base/digitseq/cl_asm.h
src/cl_config.h.cmake [new file with mode: 0644]
src/timing/cl_t_config.h.cmake [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]