summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* add flag to support standalone executablesZachary Lund2020-02-151-0/+10
|
* cmake: restore projectKonstantin Podsvirov2019-12-161-4/+1
| | | | Partially fix #87
* cmake: restore projectKonstantin Podsvirov2019-10-231-0/+37
|
* cmake read configuration from configure.acKonstantin Podsvirov2019-07-241-3/+17
|
* Add CMake projectKonstantin Podsvirov2018-01-291-0/+11
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*).