Dear Chris,
you have several ways to cope with that.
First, you should write a MyLogConfig.cmake-File [2], which imports your
static library as import library [1] and sets the include path. The same
file also defines the dependency on pthread via target_link_library.
Your project with the execu
I've got a situation I've searched for answers on, and though I've found
similar questions, I've found no generally-applicable answers, or at least
ones I can use. Apologies in advance for a beginner-level question.
I have a group of applications that all use some common functionality I've
located