From b60f1de661cee2cf28db0ad925282c3d8970b311 Mon Sep 17 00:00:00 2001 From: Mathieu Doucet <doucetm@ornl.gov> Date: Thu, 7 Jul 2011 19:26:53 +0000 Subject: [PATCH] Added workflow algo to Framework CMakeLists. Re #3324 --- Code/Mantid/Framework/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Mantid/Framework/CMakeLists.txt b/Code/Mantid/Framework/CMakeLists.txt index 3c7bb6e167e..14f88801267 100644 --- a/Code/Mantid/Framework/CMakeLists.txt +++ b/Code/Mantid/Framework/CMakeLists.txt @@ -105,6 +105,7 @@ set ( MANTIDLIBS ${MANTIDLIBS} DataObjects ) add_subdirectory (Nexus) add_subdirectory (DataHandling) add_subdirectory (Algorithms) +add_subdirectory (WorkflowAlgorithms) add_subdirectory (CurveFitting) add_subdirectory (Crystal) add_subdirectory (ICat) -- GitLab