S
san
How to read/load the cmake file in python and access its elements.
I have a scenario, where i need to load the make file and access its elements.
I have tried reading the make file as text file and parsing it,but its not the ideal solution
Please let me know how to load the .mk file and access its elements in python.
I have a scenario, where i need to load the make file and access its elements.
I have tried reading the make file as text file and parsing it,but its not the ideal solution
Please let me know how to load the .mk file and access its elements in python.