cmake-language-support
cmake-language-support copied to clipboard
Add a setting item to let users specify their custom modules
Currently the extension cannot recognize a custom function or macro defined in another .cmake
file, when I open the .cmake
file and then the custom token can be highlighted, which is not very elegant...
The extension should allow users to specify several directories containing custom .cmake
modules, and it just traverse the directory to get information about all custom tokens.