Changeset 1378
- Timestamp:
- 06/16/08 06:35:25 (5 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
. (modified) (4 props)
-
FindOPENFX.cmake (added)
-
src/openpluginlib/pl/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 1 1 1373 andrew@aehunter.net-20080614130206-thshu8ln95djpgng 2 2 1374 andrew@aehunter.net-20080616113201-cexl9qhreccah10e 3 1375 andrew@aehunter.net-20080616113418-7qu4qxldvpxfrdp7
-
- Property bzr:file-ids
-
old new 1 src/openpluginlib/py/CMakeLists.txt cmakelists.txt-20080614100344-wn5o3qyb0xgv3cow-11 FindOPENFX.cmake findofx.cmake-20080614133240-3xjcny2be6xktlls-1
-
- Property bzr:ancestry:v3-trunk0
-
old new 1 1 andrew@aehunter.net-20080613162705-8emncakb7nkknsbj 2 2 andrew@aehunter.net-20080614133032-vef9lmcgxyrauqss 3 andrew@aehunter.net-20080614141409-u4z2pzco7bmhavlb
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-16 12:3 2:01.502000093+01001 timestamp: 2008-06-16 12:34:18.467999935 +0100 2 2 committer: Andrew Hunter <andrew@aehunter.net> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/src/openpluginlib/pl/CMakeLists.txt
r1376 r1378 123 123 target_link_libraries( ${NAME} ${OPENGL_LIBRARIES} ) 124 124 endif( GLEW_FOUND ) 125 126 FIND_PACKAGE ( OPENFX ) 127 IF ( OPENFX_FOUND ) 128 MESSAGE ( "Found libOpenFX: ${OPENFX_INCLUDE_PATH}" ) 129 INCLUDE_DIRECTORIES ( ${OPENFX_INCLUDE_PATH} ) 130 ENDIF ( OPENFX_FOUND )
