summaryrefslogtreecommitdiffstats
path: root/cmake/FindIconv.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMAKE: Fix building on Windows with VS 2015Thomas Braun2016-07-271-0/+9
| | | | | | See https://msdn.microsoft.com/library/bb531344.aspx. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* Further cmake changesDimitri van Heesch2015-05-311-8/+19
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* use cmakeAdrian Negreanu2015-05-151-0/+115
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>