]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Add very limited experimental CMake support.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Feb 2020 21:38:16 +0000 (23:38 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Feb 2020 22:00:32 +0000 (00:00 +0200)
commit7e3493d40eac0c3fa3d5124097745a70e15c41f6
tree8fe76b6569d9193749064ff5271c70ebff9355e0
parent21bd4701fca3e9002ce78bc135debca369ed8545
Build: Add very limited experimental CMake support.

This does *NOT* replace the Autotools-based build system in
the foreseeable future. See the comment in the beginning
of CMakeLists.txt.

So far this has been tested only on GNU/Linux but I commit
it anyway to make it easier for others to test. Since I
haven't played much with CMake before, it's likely that
there are things that have been done in a silly or wrong
way and need to be fixed.
CMakeLists.txt [new file with mode: 0644]
cmake/tuklib_common.cmake [new file with mode: 0644]
cmake/tuklib_cpucores.cmake [new file with mode: 0644]
cmake/tuklib_integer.cmake [new file with mode: 0644]
cmake/tuklib_mbstr.cmake [new file with mode: 0644]
cmake/tuklib_physmem.cmake [new file with mode: 0644]
cmake/tuklib_progname.cmake [new file with mode: 0644]