[CMake] INCLUDE_DIRECTORIES empty?
Michael Wild
themiwi at gmail.com
Wed Mar 17 09:40:08 EDT 2010
On 17. Mar, 2010, at 14:34 , David Doria wrote:
>> The syntax is:
>>
>> INCLUDE_DIRECTORIES(../../include)
>>
>> This will append to the already existing include directories.
>>
>> Michael
>>
>
> Ok. And then how do I see the list of everything that has been added
> to INCLUDE_DIRECTORIES?
>
> Thanks,
>
> David
This is a read-only directory property:
http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_dir:INCLUDE_DIRECTORIES
Michael
More information about the CMake
mailing list