summaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2018-01-27 11:39:02 +0300
committerKonstantin Podsvirov <konstantin@podsvirov.pro>2018-01-29 18:24:10 +0300
commit108de08b4283b7cbc522e4de9604d785349bad03 (patch)
tree3db0841212120b32eb0baf919cab6155ab4c5d6e /src/.gitignore
parent1a25592250954f460a811805f5537d7d1198294b (diff)
downloadcolm-108de08b4283b7cbc522e4de9604d785349bad03.tar.gz
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*).
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore6
1 files changed, 6 insertions, 0 deletions
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