cmake-pandocology icon indicating copy to clipboard operation
cmake-pandocology copied to clipboard

Add global template dir

Open nicola-lunghi opened this issue 3 years ago • 0 comments

Hi, what would the best way to add a global template dir? I have the following structure

│   CMakeLists.txt
├───cmake
│   └───Modules
│       └───cmake-pandocology
│               .gitignore
│               cmspandoc.cmake
│               pandocology.cmake
│               README.md
│
├───src
│       CMakeLists.txt
│       tp01-2000-0135.md
│
└───templates
│               default_template.docx

I would like if possible to specify the template dir once (like an include dir) ?

nicola-lunghi avatar Aug 15 '22 07:08 nicola-lunghi