[MOAB-dev] commit/MOAB: tautges: Fixing CMake-based build.
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Fri Jun 7 16:51:44 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/d10f7f19004e/
Changeset: d10f7f19004e
Branch: master
User: tautges
Date: 2013-06-07 23:51:35
Summary: Fixing CMake-based build.
Affected #: 3 files
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dc89d66..38b4130 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -38,6 +38,7 @@
ScdVertexData.cpp
SequenceData.cpp
SequenceManager.cpp
+ SetIterator.cpp
Skinner.cpp
SparseTag.cpp
StructuredElementSeq.cpp
@@ -46,6 +47,7 @@
SweptVertexData.cpp
SysUtil.cpp
TagInfo.cpp
+ Types.cpp
TypeSequenceManager.cpp
UnstructuredElemSeq.cpp
Util.cpp
@@ -53,7 +55,6 @@
VarLenSparseTag.cpp
VertexSequence.cpp
WriteUtil.cpp
- moab_mpe.c
)
include_directories(
${MOAB_SOURCE_DIR}/src
diff --git a/src/ScdInterface.cpp b/src/ScdInterface.cpp
index e2b18bb..8084640 100644
--- a/src/ScdInterface.cpp
+++ b/src/ScdInterface.cpp
@@ -7,12 +7,12 @@
#include "ScdVertexData.hpp"
#ifdef USE_MPI
# include "moab/ParallelComm.hpp"
+# include "moab/TupleList.hpp"
+# include "moab/gs.hpp"
#endif
#include "assert.h"
#include <iostream>
#include <functional>
-#include "moab/TupleList.hpp"
-#include "moab/gs.hpp"
#define ERRORR(rval, str) {if (MB_SUCCESS != rval) \
{std::cerr << str; return rval; }}
diff --git a/src/io/CMakeLists.txt b/src/io/CMakeLists.txt
index f83eb4f..d6c3e44 100644
--- a/src/io/CMakeLists.txt
+++ b/src/io/CMakeLists.txt
@@ -12,7 +12,9 @@
ReadSmf.cpp
ReadSms.cpp
ReadSTL.cpp
+ ReadTemplate.cpp
ReadTetGen.cpp
+ ReadTxt.cpp
ReadVtk.cpp
SMF_State.cpp
Tqdcfr.cpp
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list