summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-10-25CMakeLists tweaks.John MacFarlane
Use compiler optimizations, -Wall, -Werror.
2014-10-25Removed obsolete src/getopt.c; modified CMake build accordingly.John MacFarlane
2014-10-25Merge branch 'cmake-build' of https://github.com/gittiver/stmd into ↵John MacFarlane
gittiver-cmake-build Conflicts: .gitignore
2014-09-22using only includes from systemGulliver
2014-09-11fixed using variable ${PROGRAM_stmd}Gulliver
2014-09-10added scanner.c to sources and special ruleGulliver
for it to build it from scanner.re (added setting RE2C which contains the path to needed re2c utilitity)
2014-09-10added initial version of cmake build-filesGulliver