[osg-submissions] API configurations in a seperate Config include file
Robert Osfield
robert.osfield at gmail.com
Fri Jun 20 09:10:56 PDT 2008
Hi J-S,
Hopefully Mathias will get home and check his email... as he's the
author of all these changes.
On Fri, Jun 20, 2008 at 5:04 PM, Jean-Sébastien Guay
<jean-sebastien.guay at cm-labs.com> wrote:
> Why is ${PROJECT_BINARY_DIR} used here? If I haven't done an install yet
> (and Config is a new file) then ${PROJECT_BINARY_DIR}/include/osg/Config
> can't exist... Shouldn't it be ${PROJECT_SOURCE_DIR}/include/osg/Config or
> something, since it's an include?
The PROJECT_BIN_DIR will the directory of the out of source build.
CMake itself should be creating the include/OpenThreads/Config and
include/osg/Config automatically for you.
Robert.
More information about the osg-submissions
mailing list