[CMake] How to add CMake includes and libraries to Visual Studio Solution?

John Drescher drescherjm at gmail.com
Mon Jan 16 14:56:46 EST 2012


On Mon, Jan 16, 2012 at 2:44 PM,  <hellhound at binary-revolution.org> wrote:
> Hmm this is strange, INCLUDE_DIRECTORIES is used but no effect.
> I try to set:
>
>  INCLUDE_DIRECTORIES("C:/binrev/development/boost/1.47/")
>
> But the additional directory entry of my MSVC solution holds only
> the default settings:
>
> $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;
>
> Is there any chance that i could check if INCLUDE_DIRECORIES is
> set correctly by CMake? Maybe the settings are truncated by visual
> studio ..
>

Is the project being regenerated and reloaded after the change?

-- 
John M. Drescher


More information about the CMake mailing list