[MOAB-dev] r5906 - MOAB/trunk/tools/vtkMOABReaderNew

tautges at mcs.anl.gov tautges at mcs.anl.gov
Fri Dec 7 16:54:46 CST 2012


Author: tautges
Date: 2012-12-07 16:54:46 -0600 (Fri, 07 Dec 2012)
New Revision: 5906

Added:
   MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt.in
Removed:
   MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt
Log:
A few changes to make this play nice with autoconf.



Deleted: MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt
===================================================================
--- MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt	2012-12-07 17:33:14 UTC (rev 5905)
+++ MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt	2012-12-07 22:54:46 UTC (rev 5906)
@@ -1,30 +0,0 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.2 FATAL_ERROR)
-
-project(vtkMoabReader)
-
-find_library(MOAB_LIBRARY MOAB REQUIRED)
-
-# If SiMBA is installed, use SiMBA/bld/install/include for MOAB_INCLUDE_DIRS
-find_path(MOAB_INCLUDE_DIRS Core.hpp REQUIRED)
-include_directories(${MOAB_INCLUDE_DIRS})
-
-
-find_package(ParaView REQUIRED)
-include(${PARAVIEW_USE_FILE})
-include_directories(${PARAVIEW_INCLUDE_DIRS})
-
-set(headers
-  SimpleMoab.h
-  CellTypeToType.h
-  DataSetConverter.h
-  MixedCellConnectivity.h
-  )
-
-add_paraview_plugin(vtkMoabReaderPlugin "5.0"
-   SERVER_MANAGER_XML vtkMoabReader.xml
-   SERVER_MANAGER_SOURCES vtkMoabReader.cxx
-   SERVER_SOURCES ${headers}
-   GUI_RESOURCE_FILES vtkMoabReaderGUI.xml)
-
-target_link_libraries(vtkMoabReaderPlugin
-                      ${MOAB_LIBRARY})

Added: MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt.in
===================================================================
--- MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt.in	                        (rev 0)
+++ MOAB/trunk/tools/vtkMOABReaderNew/CMakeLists.txt.in	2012-12-07 22:54:46 UTC (rev 5906)
@@ -0,0 +1,32 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.2 FATAL_ERROR)
+
+project(vtkMoabReader)
+
+find_library(MOAB_LIBRARY MOAB REQUIRED)
+
+# If SiMBA is installed, use SiMBA/bld/install/include for MOAB_INCLUDE_DIRS
+find_path(MOAB_INCLUDE_DIRS Core.hpp REQUIRED)
+include_directories(${MOAB_INCLUDE_DIRS})
+


More information about the moab-dev mailing list