Plugin development: cmake variable
Is it possible to get variable value set in cmake from custom plugin?
For example i have this line in cmake file of the project:
SET(BOARD stm32_min_dev_blue)
How can i get value of that variable in plugin?
Please sign in to leave a comment.
So is it possible to extract cmake properties (maybe from cmakecache) from clion plugin?