Changeset 1377

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

Initial work on CMake files for opl python extentions.

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 
         21374 andrew@aehunter.net-20080616113201-cexl9qhreccah10e 
    • Property bzr:file-ids
      •  

        old new  
        1 .bzrignore      bzrignore-20080613161045-2n6yxm79gaz9g3on-1 
         1src/openpluginlib/py/CMakeLists.txt     cmakelists.txt-20080614100344-wn5o3qyb0xgv3cow-1 
    • Property bzr:ancestry:v3-trunk0
      •  

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

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

    r1362 r1377  
    11add_subdirectory( pl ) 
    2 #add_subdirectory( py ) 
     2IF ( WITH_PYTHON_EXTENTIONS ) 
     3    add_subdirectory( py ) 
     4ENDIF ( WITH_PYTHON_EXTENTIONS )