[CMake] Xcode and Header Files
Mike Jackson
imikejackson at gmail.com
Wed Apr 11 11:27:35 EDT 2007
Well that was simple. One last idea. Is there a CMake Variable that
tells what generator is being used? I would like to test for Xcode
and then conditionally include the headers.
Also what are the side effects of adding headers to the ADD_LIBRARY
or ADD_EXECUTABLE? Does cmake just skip them?
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Apr 11, 2007, at 11:17 AM, David Cole wrote:
> Isn't it similar to Visual Studio on Windows where they show up in the
> project when you add the as source files of your ADD_EXECUTABLE or
> ADD_LIBRARY statements...?
>
> On 4/11/07, Mike Jackson <imikejackson at gmail.com> wrote:
>> When I use the Xcode Generator to generate an Xcode project none of
>> the Headers show up. Which makes sense based on how cmake works. So
>> is there something that I can put into the CMake file that will add
>> my headers into the Xcode Project? I vaguely remember something about
>> this but am coming up empty searching the archives.
>>
>> Thanks
>> --
>> Mike Jackson
>> imikejackson & gmail * com
>>
>>
>>
>> _______________________________________________
>> CMake mailing list
>> CMake at cmake.org
>> http://www.cmake.org/mailman/listinfo/cmake
>>
More information about the CMake
mailing list