Changeset 1378

Show
Ignore:
Timestamp:
06/16/08 06:35:25 (5 months ago)
Author:
rexbron
Message:

CMAKE: Allow opl to use libopenfx headers if present.

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-trunk0
      •  

        old new  
        111373 andrew@aehunter.net-20080614130206-thshu8ln95djpgng 
        221374 andrew@aehunter.net-20080616113201-cexl9qhreccah10e 
         31375 andrew@aehunter.net-20080616113418-7qu4qxldvpxfrdp7 
    • Property bzr:file-ids
      •  

        old new  
        1 src/openpluginlib/py/CMakeLists.txt     cmakelists.txt-20080614100344-wn5o3qyb0xgv3cow-1 
         1FindOPENFX.cmake        findofx.cmake-20080614133240-3xjcny2be6xktlls-1 
    • Property bzr:ancestry:v3-trunk0
      •  

        old new  
        11andrew@aehunter.net-20080613162705-8emncakb7nkknsbj 
        22andrew@aehunter.net-20080614133032-vef9lmcgxyrauqss 
         3andrew@aehunter.net-20080614141409-u4z2pzco7bmhavlb 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-16 12:32:01.502000093 +0100 
         1timestamp: 2008-06-16 12:34:18.467999935 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/src/openpluginlib/pl/CMakeLists.txt

    r1376 r1378  
    123123    target_link_libraries( ${NAME} ${OPENGL_LIBRARIES} ) 
    124124endif( GLEW_FOUND ) 
     125 
     126FIND_PACKAGE ( OPENFX ) 
     127IF ( OPENFX_FOUND ) 
     128    MESSAGE ( "Found libOpenFX: ${OPENFX_INCLUDE_PATH}" ) 
     129    INCLUDE_DIRECTORIES ( ${OPENFX_INCLUDE_PATH} ) 
     130ENDIF ( OPENFX_FOUND )