X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=py%2Ftest%2FCMakeLists.txt;h=15c679910f4a88d2899acac1e4b70ef845315467;hp=aa0984261b05f16a794a2ff0226eff39471d7124;hb=02fc4144044a430f8bee6617c0c9871d4ebe5e4d;hpb=2e517c1bb373f0c0f11b8f78d13e8adb87be66a8 diff --git a/py/test/CMakeLists.txt b/py/test/CMakeLists.txt index aa09842..15c6799 100644 --- a/py/test/CMakeLists.txt +++ b/py/test/CMakeLists.txt @@ -21,13 +21,14 @@ TARGET_LINK_LIBRARIES(mussa_python_test mussa_qui mussa_py mussa_core - ${QT_LIBRARIES} + ${QT_QTCORE_LIBRARY} ${OPENGL_gl_LIBRARY} ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_FILESYSTEM_LIBRARY} ${BOOST_SERIALIZATION_LIBRARY} ${BOOST_PYTHON_LIBRARY} ${PYTHON_LIBRARIES} + ${PYTHON_LINK_LIBRARIES} ${BOOST_UNIT_TEST_LIBRARY} )