Changeset 7399

Show
Ignore:
Timestamp:
09/12/07 12:04:36
Author:
robert
Message:

From Jan Peciva, build fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/src/osgPlugins/Inventor/CMakeLists.txt

    r7351 r7399  
    11INCLUDE(OsgMacroUtils) 
    2  
    3 # Disable the build of a problem section in ConvertToInventor.cpp 
    4 ADD_DEFINITIONS(-DDISABLE_PROBLEM_COMPILE_SECTIONS) 
    52 
    63SET(TARGET_SRC 
     
    2320ADD_DEFINITIONS(-DCOIN_DLL) 
    2421 
    25 SET(TARGET_EXTERNAL_LIBRARIES ${INVENTOR_LIBRARY} ) 
     22INCLUDE_DIRECTORIES(${INVENTOR_INCLUDE_DIR}) 
     23 
     24SET(TARGET_LIBRARIES_VARS INVENTOR_LIBRARY) 
    2625 
    2726SETUP_PLUGIN(iv)