<div dir="ltr"><div>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.</div><div><br></div><div><span>The issue is, my library is currently header-only. So I figured that I would generate an interface library out of this.</span></div><div><span><br></span></div><div><span>However, the header dependencies are not being propagated out to the resulting executables. This means that any changes in my header files appear to be ignored and don't cause the dependent source files to be recompiled. The only way I can get proper behavior is to call "target_include_directories" directly on each one of my executables.</span></div><div><span><br></span></div><div><span>For reference, I'm using the "Visual Studio 14 2015 Win64" generator on Windows 10, building a CUDA project.</span></div><div><span><br></span></div><div><span>Does anyone have any insight on this? I can post my CMakeLists.txt file should need be.</span></div><div><span><br></span></div><div><span>- Chris</span></div></div>