cmake-language-support icon indicating copy to clipboard operation
cmake-language-support copied to clipboard

Add a setting item to let users specify their custom modules

Open SineStriker opened this issue 2 years ago • 0 comments

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.

SineStriker avatar Nov 14 '22 08:11 SineStriker