summaryrefslogtreecommitdiffstats
path: root/cmake/lang_cfg.cmake
Commit message (Collapse)AuthorAgeFilesLines
* build: fix the way lang_cfg.h is generated (regression to #574)albert-github2017-09-301-2/+2
| | | | | All language defines were written onto one line and thus only the first language (normally AM, Armenian, would be active. Added \n as MESSAGE apparently automatically added it and APPEND doesn't.
* build: fix the way lang_cfg.h is generatedBartosz Golaszewski2017-06-211-5/+5
| | | | | | | | | | | | | This header is generated by running cmake/lang_cfg.cmake and redirecting its stderr. If any warning is emitted by this script, it ends up in the generated header and breaks the build. To avoid such problems: pass the path to the header as an argument to the cmake script and use the cmake 'file' command instead of 'message'. We can't even use message(STATUS...) as - although it prints to stdout as opposed to other types of messages - it prepends all output with a double hyphen.
* Added support for language codesDimitri van Heesch2015-05-311-1/+1
|
* use cmakeAdrian Negreanu2015-05-151-0/+11
runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>