Ahh ok. I see the failure. You are right, those files are added, but to an 
other tab at the solution,
I think you checked C++ --> General --> Additional includes ... 

I've checkedd poperties -> VC++ Directories --> Include Directories. Is it 
possible to set any 
required value here (includes, libraries)? I've to set the libraries here or at 
the linker --> 
general --> additional libraries directory to get my code compilable ...



----- Original Message -----
From: d3c...@gmail.com
To: e...@sf-mail.de
Date: 16.01.2012 19:15:50
Subject: Re: [CMake] How to add CMake includes and libraries to Visual Studio 
Solution?


> On Mon, Jan 16, 2012 at 10:08 AM, Rolf Eike Beer <e...@sf-mail.de> wrote:
>> J Decker wrote:
>>> I just use
>>> include_directories( ... )
>> 
>> This is right.
>> 
>>> LINK_DIRECTORIES( ...} )
>> 
>> This is almost surely wrong. LINK_DIRECTORIES is only needed for very seldom
>> special cases and only causes headache in all other cases.
> 
> oh, what's the preferred method to specify the directory where the
> library is then?
> 
>> 
>> Eike
>> --
>> 
>> Powered by www.kitware.com
>> 
>> Visit other Kitware open-source projects at 
>> http://www.kitware.com/opensource/opensource.html
>> 
>> Please keep messages on-topic and check the CMake FAQ at: 
>> http://www.cmake.org/Wiki/CMake_FAQ
>> 
>> Follow this link to subscribe/unsubscribe:
>> http://www.cmake.org/mailman/listinfo/cmake
> --
> 
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake




--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to