summaryrefslogtreecommitdiffstats
path: root/addon/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Detect generateDS and recreate index.py/compound.py automaticallyDimitri van Heesch2021-02-031-1/+3
|
* Replace the C++ doxmlparser libary by a python based moduleDimitri van Heesch2021-02-021-3/+1
|
* Refactoring: Removed creation of MemberDef's for macro definitions from pre.lDimitri van Heesch2020-05-241-1/+3
|
* CMake: avoid if() around the whole contents of plugin CMakeLists.txtRolf Eike Beer2017-10-201-0/+17
Just don't call add_subdirectory() if the build flag is not set.