Skip to content

Commit

Permalink
Refs #4024 moving out Nexus CPP from mantid. Tests don't pass yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Nov 8, 2011
1 parent 5d8840b commit 76bc443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ add_subdirectory ( Framework )
include_directories ( Framework/Kernel/inc )
include_directories ( Framework/Geometry/inc )
include_directories ( Framework/API/inc )
set ( CORE_MANTIDLIBS Kernel Geometry API )
set ( CORE_MANTIDLIBS Kernel Geometry API NeXusCPP)

add_subdirectory ( MantidQt )

Expand Down
7 changes: 3 additions & 4 deletions Code/Mantid/Framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ set ( MANTIDLIBS ${Boost_LIBRARIES} ${POCO_LIBRARIES} ${TCMALLOC_LIBRARY} ${MPI
add_custom_target ( FrameworkTests ) # target for all framework tests
add_dependencies ( check FrameworkTests )

set ( MANTIDLIBS ${MANTIDLIBS} NeXusCPP )

include_directories (Kernel/inc)
add_subdirectory (Kernel)
set ( MANTIDLIBS ${MANTIDLIBS} Kernel )
Expand Down Expand Up @@ -151,11 +153,8 @@ add_subdirectory (MDEvents)

set ( FRAMEWORK_LIBS Kernel Geometry API PythonAPI PythonKernelModule PythonAPIModule DataObjects
DataHandling Nexus Algorithms CurveFitting ICat
<<<<<<< HEAD
Crystal MDAlgorithms MDEvents WorkflowAlgorithms
=======
Crystal MDAlgorithms MDEvents WorkflowAlgorithms NeXus
>>>>>>> Refs #4024 progress towards removing C++ nexus API
Crystal MDAlgorithms MDEvents WorkflowAlgorithms
)

add_custom_target( Framework DEPENDS ${FRAMEWORK_LIBS} )
Expand Down

0 comments on commit 76bc443

Please sign in to comment.