[osg-submissions] Use atomic reference counts
Mathias Fröhlich
M.Froehlich at science-computing.de
Thu Jun 19 22:45:35 PDT 2008
Hi Robert,
sorry for the long delay on my side. I am also swamped with jobs here. But
Today I have taken some time for osg again ...
On Tuesday 17 June 2008 18:04, Robert Osfield wrote:
> Sorry for the delay, now just getting back on the submissions horse
> after being away on a trip.
>
> I've reviewing your changes but dont't understand why you've added
> ${PROJECT_BINARY_DIR}/include to the entry below in CMakeLists.txt.
> Could you explain why this required, and why an include would be in a
> binary directory.
>
> # Make the headers visible to everything
> INCLUDE_DIRECTORIES(
> ${PROJECT_BINARY_DIR}/include
> ${OpenSceneGraph_SOURCE_DIR}/include
> ${OPENGL_INCLUDE_DIR}
> )
Well, this is required for out of source builds.
The generated config file will be put into the build directory during build
time. The build directory might be different from the source directory. So to
make the compiler find this configuration file, it will need that include
path.
Greetings
Mathias
--
Dr. Mathias Fröhlich, science + computing ag, Software Solutions
Hagellocher Weg 71-75, D-72070 Tuebingen, Germany
Phone: +49 7071 9457-268, Fax: +49 7071 9457-511
--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Florian Geyer,
Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Prof. Dr. Hanns Ruder
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196
More information about the osg-submissions
mailing list