I thought that I know C++ but by analyzing the code of Inkscape Open Source Software I got confused about what they are using? I googled about it and find they were using the tool named CMake.
Through my knowledge, I conclude that it is a tool used to segregate our code basically into 4 categories:
ISBT: I stands for "include/" , S stands for "src/", B stands for "build/", and T stands for "test/" .
If anyone has some knowledge and wishes to help me out please comment and let me know. Your help will be highly appreciated.
Thank you.
0 Comments
If you have any doubt pls let me know..