From 108de08b4283b7cbc522e4de9604d785349bad03 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Sat, 27 Jan 2018 11:39:02 +0300 Subject: Add CMake project Now implemented: - Bootstrap `colm` program from sources; - Install target `colm::coml` and `colm::libcolm` via CMake's `colm` package. Shadow build support via CMake. Tested with MSYS2 and MinGW-w64 on Windows and with GCC on Linux. Detected issue when sizeof(word_t) < sizeof(void*). --- src/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore index 484e10c4..6220fa52 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -32,3 +32,9 @@ /gen /libprog.a + +/CMakeFiles +/cmake_install.cmake +/*-config.cmake +/*-config-version.cmake +/*.exe -- cgit v1.2.1