Changeset 1390
- Timestamp:
- 06/19/08 08:45:26 (5 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
-
. (modified) (4 props)
-
CMakeLists.txt (modified) (1 diff)
-
src/openassetlib/CMakeLists.txt (modified) (1 diff)
-
src/openassetlib/py/CMakeLists.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 11 11 1384 andrew@aehunter.net-20080618201105-neebgl19i1lbskta 12 12 1386 andrew@aehunter.net-20080619122646-zgt191pytyx46daj 13 1387 andrew@aehunter.net-20080619134508-jiifnq0kk4kskv4o
-
- Property bzr:file-ids
-
old new 1 src/openassetlib/py/CMakeLists.txt cmakelists.txt-20080619124548-7d7a2x77bqehzcw3-1
-
- Property bzr:ancestry:v3-trunk0
-
old new 11 11 andrew@aehunter.net-20080618195823-74quloizraz2fwj2 12 12 andrew@aehunter.net-20080619122406-jnh8jzrryfz26k5d 13 andrew@aehunter.net-20080619124658-ma0osj6o1ys7khec
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-19 1 3:26:46.507999897+01001 timestamp: 2008-06-19 14:45:08.145999908 +0100 2 2 committer: Andrew Hunter <andrew@aehunter.net> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/CMakeLists.txt
r1384 r1390 62 62 endif ( GLEW_FOUND ) 63 63 64 # Python 65 find_package( PythonLibs ) 66 64 67 # kill some warnings, add some windows specific defines 65 68 if ( WIN32 ) -
trunk/src/openassetlib/CMakeLists.txt
r1367 r1390 1 1 add_subdirectory( al ) 2 2 add_subdirectory( plugins ) 3 if ( WITH_PYTHON_EXTENTIONS ) 4 add_subdirectory( py ) 5 endif ( WITH_PYTHON_EXTENTIONS )
