Closed 5cript closed 2 years ago
target_link_library(mything PRIVATE promise)
is not sufficient, because promise does not provide its include directory to the using target. I changed that.
I also made the example builds optional via an option, so I can omit them in my project. Please crosscheck that I didnt opt-out too much!
Good patch for cmakefile! Thank you!
target_link_library(mything PRIVATE promise)
is not sufficient, because promise does not provide its include directory to the using target. I changed that.
I also made the example builds optional via an option, so I can omit them in my project. Please crosscheck that I didnt opt-out too much!