My question is primarily two parts:
I have tried to install Cimgui from their github page. I first clone the project and its subprojects like imgui as said in their page. Then, after running make
and sudo cmake --install . --config Debug
, It builds the project and it adds a cimgui.so
file to my /usr/local/
directory. But, I can't figure out how to use it in my projects and specially how to use pkg-config for it. I guess, we are suppose to manually create .pc files but I am not sure how to do it.
Also, please let me know, how I can include it with meson. I know that in meson we can just use cmake but I am not completely sure how I should do it.
Thanks for your help.