[osg-submissions] API configurations in a seperate Config include file
Jean-Sébastien Guay
jean-sebastien.guay at cm-labs.com
Fri Jun 20 09:04:56 PDT 2008
Hi Robert,
Looking at the CMakeLists.txt, line 587:
SET(OPENSCENEGRAPH_CONFIG_HEADER "${PROJECT_BINARY_DIR}/include/osg/Config")
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?
Perhaps I'm misunderstanding this though, I don't know the details of
what that line does.
J-S
--
______________________________________________________
Jean-Sebastien Guay jean-sebastien.guay at cm-labs.com
http://www.cm-labs.com/
http://whitestar02.webhop.org/
More information about the osg-submissions
mailing list