summaryrefslogtreecommitdiffstats
path: root/addon/doxysearch/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: avoid if() around the whole contents of plugin CMakeLists.txtRolf Eike Beer2017-10-201-4/+0
| | | | Just don't call add_subdirectory() if the build flag is not set.
* Added missing libraries for building doxysearch on WindowsDimitri van Heesch2015-06-061-0/+6
|
* Removed old build files, added install targets and other optionsDimitri van Heesch2015-05-171-5/+11
|
* use cmakeAdrian Negreanu2015-05-151-0/+24
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>