Skip to content

Commit

Permalink
Refs #4472. Try harder to make Windows build happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Apr 27, 2012
1 parent dc6d6f2 commit e53521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if ( CXXTEST_FOUND )

cxxtest_add_test ( MantidQtAPITest ${TEST_FILES} ${GMOCK_TEST_FILES} )
target_link_libraries( MantidQtAPITest MantidQtAPI MDEvents DataHandling
${GMOCK_LIBRARIES} ${GTEST_LIBRARIES} )
${GMOCK_LIBRARIES} ${GTEST_LIBRARIES} ${QWT_LIBRARIES} ${QT_LIBRARIES})
add_dependencies( GUITests MantidQtAPITest )

# Add to the 'UnitTests' group in VS
Expand Down

0 comments on commit e53521f

Please sign in to comment.