Changeset 1384
- Timestamp:
- 06/18/08 06:41:15 (4 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
. (modified) (3 props)
-
CMakeLists.txt (modified) (2 diffs)
-
src/openpluginlib/py/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 6 6 1378 andrew@aehunter.net-20080616222400-9q0vwtkk6091txce 7 7 1380 andrew@aehunter.net-20080618110315-ngg1d48fy0h3b6bs 8 1381 andrew@aehunter.net-20080618114001-2574od4etx4v8p9h
-
- Property bzr:ancestry:v3-trunk0
-
old new 6 6 andrew@aehunter.net-20080616222235-pb4vb2oeu6cj88m4 7 7 andrew@aehunter.net-20080618110236-pfuxsos8x3wd285v 8 andrew@aehunter.net-20080618113925-cjg8er4jn4tmc0dm
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-18 12: 03:15.190000057+01001 timestamp: 2008-06-18 12:40:01.454999924 +0100 2 2 committer: Andrew Hunter <andrew@aehunter.net> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/CMakeLists.txt
r1379 r1384 1 cmake_minimum_required ( VERSION 2.6 ) 2 1 3 project( OpenLibraries ) 2 4 … … 23 25 24 26 # boost 25 find_package( Boost REQUIRED )27 find_package( Boost COMPONENTS filesystem python regex thread REQUIRED ) 26 28 if ( Boost_FOUND ) 27 29 message( "found boost: ${Boost_INCLUDE_DIR}" ) -
trunk/src/openpluginlib/py/CMakeLists.txt
r1383 r1384 27 27 INCLUDE_DIRECTORIES ( ${PYTHON_INCLUDE_PATH} ) 28 28 TARGET_LINK_LIBRARIES ( ${NAME} ${PYTHON_LIBRARIES} 29 ${Boost_LIBRARY_DIRS}/libboost_filesystem.so 30 ${Boost_LIBRARY_DIRS}/libboost_python.so 31 ${Boost_LIBRARY_DIRS}/libboost_regex.so 32 ${Boost_LIBRARY_DIRS}/libboost_thread.so 29 ${Boost_LIBRARIES} 33 30 ${XML2_LIBRARIES} 34 31 ${OpenLibraries_BINARY_DIR}/src/openpluginlib/pl/libopenpluginlib_pl.so )
