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