~rexbron/openlib/linuxCmake

« back to all changes in this revision

Viewing changes to FindOPENFX.cmake

  • Committer: Andrew Hunter
  • Date: 2008-06-14 14:14:09 UTC
  • Revision ID: andrew@aehunter.net-20080614141409-u4z2pzco7bmhavlb
Include libOpenFX in openpluginlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                   PATHS /usr/include/
14
14
                         /usr/local/include/
15
15
                   PATH_SUFFIXES libopenfx
16
 
                   DOC "LibOpenFX include directory"
17
 
                         )
 
16
                   DOC "LibOpenFX include directory" )
18
17
    ENDIF ( APPLE )
19
18
ENDIF ( WIN32 )
20
19
 
22
21
 
23
22
IF ( OPENFX_INCLUDE_PATH )
24
23
    SET ( OPENFX_FOUND TRUE )
25
 
ENDIF ( OPENFX_FOUND )
 
24
ENDIF ( OPENFX_INCLUDE_PATH )
26
25
 
27
26
MARK_AS_ADVANCED ( OPENFX_INCLUDE_PATH )