Hi,

this is probably question on Luigi:

Inventor plugin CMakeLists.txt stopped working - it is neither including 
necessary includes correctly detected by FindInventor.cmake, nor linking 
libraries correctly detected in the same way. Therefore, the plugin not 
compiles.

Do you see any problem in the file?
(inlining it for your convenience)


INCLUDE(OsgMacroUtils)

SET(TARGET_SRC
     [...]
)
SET(TARGET_HDRS
     [...]
)

ADD_DEFINITIONS(-DCOIN_DLL)

SET(TARGET_EXTERNAL_LIBRARIES ${INVENTOR_LIBRARY} )

SETUP_PLUGIN(iv)


Many thanks,
John

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to