Skip to content

Commit

Permalink
Refs #4472. 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 65cb783 commit 6b017e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Code/Mantid/MantidQt/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ target_link_libraries ( MantidQtAPI ${CORE_MANTIDLIBS} ${QT_LIBRARIES} ${QWT_LIB
if ( CXXTEST_FOUND )
if ( GMOCK_FOUND AND GTEST_FOUND )
# Make the rest of the tests
include_directories ( ../CurveFitting/inc ../DataHandling/inc ../Nexus/inc ../TestHelpers/inc ../MDEvents/inc)
include_directories ( ../../Framework/CurveFitting/inc
../../Framework/DataHandling/inc
../../Framework/Nexus/inc
../../Framework/TestHelpers/inc
../../Framework/MDEvents/inc)

# This variable is used within the cxxtest_add_test macro to build these helper classes into the test executable.
# It will go out of scope at the end of this file so doesn't need un-setting
Expand Down Expand Up @@ -160,4 +164,4 @@ install ( TARGETS MantidQtAPI DESTINATION ${LIB_DIR} )

set ( TEST_FILES
test/AlgorithmRunnerTest.h
)
)

0 comments on commit 6b017e4

Please sign in to comment.