Changeset 1393

Show
Ignore:
Timestamp:
06/19/08 09:10:59 (5 months ago)
Author:
rexbron
Message:

Use options instead of comandline varriables.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

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

        old new  
        14141388 andrew@aehunter.net-20080619134737-wcqb6ptssduanj6y 
        15151389 andrew@aehunter.net-20080619134857-7k2kawpsxgqb9ss6 
         161390 andrew@aehunter.net-20080619141046-tgdq69hsumw4x55z 
    • Property bzr:file-ids
      •  

        old new  
        1 src/openassetlib/plugins/sqlite/CMakeLists.txt  cmakelists.txt-20080619134758-nm4h00bctuwzlq9y-1 
    • Property bzr:ancestry:v3-trunk0
      •  

        old new  
        1414andrew@aehunter.net-20080619134156-uy4fm1k8kygexnbq 
        1515andrew@aehunter.net-20080619134821-m149jig6bmpq41hx 
         16andrew@aehunter.net-20080619141005-75220r6w2cvqbj8f 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-19 14:48:57.706000090 +0100 
         1timestamp: 2008-06-19 15:10:46.039000034 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/CMakeLists.txt

    r1390 r1393  
    9191ENDIF ( UNIX ) 
    9292 
     93# Define options 
     94 
     95option ( WITH_PYTHON_EXTENTIONS "Compile the python extentions for OpenLibraries." TRUE ) 
     96option ( WITH_OPENFX_PLUGIN "Compile the OpenFX plugin for openmedialib." FALSE )  
     97 
    9398add_subdirectory( src )