>> Is there also a way to disable recursive sub directory project
inheritance
>> in CMake?
>I don't know what you mean by "project inheritance", but AFAIK it is not
>possible to disable inheriting settings from your parent directory.
In Microsoft VS land this would be:
Inherited Project Property S
Hi Brian,
You ask a lot of questions in one mail ;-)
I'll answer some inline (see below).
Best regards,
Marcel Loose.
On Tuesday 02 February 2010 22:15:11 Brian Davis wrote:
> So I have various CMakeLists.txt files in my directory structure. Some
> with the PROJECT( name ) specified at the top
So I have various CMakeLists.txt files in my directory structure. Some with
the PROJECT( name ) specified at the top and some without. I am using
add_sub directory to add each directory.
/CMakeLists.txt
/source/cpp/app/CMakeLists.txt
/source/cpp/app/someapp/CMakeLists.txt
/source/cpp/lib/CmakeLi