summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Detect generateDS and recreate index.py/compound.py automaticallyDimitri van Heesch2021-02-031-8/+22
|
* Replace the C++ doxmlparser libary by a python based moduleDimitri van Heesch2021-02-021-4/+8
|
* Enable example doxmlparser possibilities for cmake buildalbert-github2019-05-121-0/+4
| | | | | The doxmlparser example program could be build by the build system before the use of cmake. In cmake it was available but "disabled" by means of an empty CMakeLists.txt in the doxmlparser main directory. (Windows is not fond of symbolic links, so removing link between src/doxmlintf.h and include/doxmlintf.h)
* use cmakeAdrian Negreanu2015-05-151-0/+0
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>