Re: [CMake] Internal Interface Libraries and Header Dependencies

2017-07-12 Thread Florent Castelli
If they were not propagated, it wouldn't compile at all, so they're definitely there somewhere. Can you show your CMakeLists.txt files? /Florent On 12/07/2017 19:59, Christian Mazakas wrote: To give a brief overview of what I'm trying to do, right now I'm working on a project with tests. I

[CMake] Internal Interface Libraries and Header Dependencies

2017-07-12 Thread Christian Mazakas
To give a brief overview of what I'm trying to do, right now I'm working on a project with tests. I want to abstract my implementation into a library that I can then link to when building both a testing binary and an application binary. The issue is, my library is currently header-only. So I