Missing Boost Libraries under mac osx (snow leo)

This commit is contained in:
Damien Dupuis 2010-08-23 12:54:53 +00:00
parent f17bbf567d
commit b120048eb3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
)
set ( testcpps BookshelfTkMain.cpp )
add_library ( bookshelf ${cpps} )
#target_link_libraries ( bookshelf )
target_link_libraries ( bookshelf ${Boost_LIBRARIES} )
add_executable ( bookshelf-tk ${testcpps} )
target_link_libraries ( bookshelf-tk bookshelf ${Boost_LIBRARIES} ${PYTHON_LIBRARIES} )