I am coming from the embedded world where I toss in an add_subdirectory and away we go, I can use a 3rd party library.
In this case it looks like your code is a fully realized Qt Module, and I am unsure what the procedure is to bring that into my CMake project. Please advise! Thank you!
Hello there, and thank you for this library.
I am coming from the embedded world where I toss in an
add_subdirectory
and away we go, I can use a 3rd party library.In this case it looks like your code is a fully realized Qt Module, and I am unsure what the procedure is to bring that into my CMake project. Please advise! Thank you!