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?

0
1 comment
Avatar
Permanently deleted user

So is it possible to extract cmake properties (maybe from cmakecache) from clion plugin?

0

Please sign in to leave a comment.