diff --git a/src/osgPlugins/tiff/CMakeLists.txt b/src/osgPlugins/tiff/CMakeLists.txt index 4c423c5d6..fc945d68e 100644 --- a/src/osgPlugins/tiff/CMakeLists.txt +++ b/src/osgPlugins/tiff/CMakeLists.txt @@ -1,10 +1,8 @@ -#this file is automatically generated - - - INCLUDE_DIRECTORIES( ${TIFF_INCLUDE_DIR} ) - +INCLUDE_DIRECTORIES( ${TIFF_INCLUDE_DIR} ) SET(TARGET_SRC ReaderWriterTIFF.cpp ) + SET(TARGET_LIBRARIES_VARS TIFF_LIBRARY) + #### end var setup ### SETUP_PLUGIN(tiff)