summaryrefslogtreecommitdiff
path: root/src/config.h.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* moved source files into commit repositoryAdrian Thurston2020-03-141-1/+0
|
* cmake: restore projectKonstantin Podsvirov2019-10-231-0/+15
|
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-14/+0
|
* Add CMake projectKonstantin Podsvirov2018-01-291-0/+14
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*).