> On 5/11/07, Doug McCorkle <[EMAIL PROTECTED]> wrote:
>>
>> No, I removed a library. I need to add a directory. It seemed that
>> the CMake variable for the libraries is only for the libraries and
>> not for directories.
>
> The OpenSceneGraph/CMakeModules/FindPerformer.cmake is where the path
> is selected. I'm still a bit unclear on how to add multiple
> directories myself though.  I really should read the CMake docs.. if
> only I had the time.
>
> Perhaps one of CMake build experts can chip in.
>
This can be added to the CMakeLists file. I believe this should work for
all linux builds but have no idea how to make it work for windows.

link_directories(/usr/lib/libpfdb)

Doug

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to