Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
cc24b178
"MeshLib/git@gitlab.opengeosys.org:yUHaOLiu-tj/ogs.git" did not exist on "20368df10a55be52c03d3011b37403071f5a74f7"
Commit
cc24b178
authored
12 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
SimpleTests targets are now in a Visual Studio project folder.
parent
b480a138
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SimpleTests/MatrixTests/CMakeLists.txt
+4
-0
4 additions, 0 deletions
SimpleTests/MatrixTests/CMakeLists.txt
SimpleTests/SolverTests/CMakeLists.txt
+4
-0
4 additions, 0 deletions
SimpleTests/SolverTests/CMakeLists.txt
with
8 additions
and
0 deletions
SimpleTests/MatrixTests/CMakeLists.txt
+
4
−
0
View file @
cc24b178
...
@@ -21,6 +21,7 @@ ADD_EXECUTABLE( MatMult
...
@@ -21,6 +21,7 @@ ADD_EXECUTABLE( MatMult
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
MatMult PROPERTIES FOLDER SimpleTests
)
# Create the executable
# Create the executable
ADD_EXECUTABLE
(
MatTestRemoveRowsCols
ADD_EXECUTABLE
(
MatTestRemoveRowsCols
...
@@ -28,6 +29,7 @@ ADD_EXECUTABLE( MatTestRemoveRowsCols
...
@@ -28,6 +29,7 @@ ADD_EXECUTABLE( MatTestRemoveRowsCols
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
MatTestRemoveRowsCols PROPERTIES FOLDER SimpleTests
)
IF
(
METIS_FOUND
)
IF
(
METIS_FOUND
)
ADD_EXECUTABLE
(
MatVecMultPerm
ADD_EXECUTABLE
(
MatVecMultPerm
...
@@ -35,6 +37,7 @@ IF (METIS_FOUND)
...
@@ -35,6 +37,7 @@ IF (METIS_FOUND)
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
MatVecMultPerm PROPERTIES FOLDER SimpleTests
)
TARGET_LINK_LIBRARIES
(
MatVecMultPerm
TARGET_LINK_LIBRARIES
(
MatVecMultPerm
Base
Base
...
@@ -48,6 +51,7 @@ IF (METIS_FOUND)
...
@@ -48,6 +51,7 @@ IF (METIS_FOUND)
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
MatVecMultNDPermOpenMP PROPERTIES FOLDER SimpleTests
)
TARGET_LINK_LIBRARIES
(
MatVecMultNDPermOpenMP
TARGET_LINK_LIBRARIES
(
MatVecMultNDPermOpenMP
Base
Base
...
...
This diff is collapsed.
Click to expand it.
SimpleTests/SolverTests/CMakeLists.txt
+
4
−
0
View file @
cc24b178
...
@@ -24,24 +24,28 @@ ADD_EXECUTABLE( ConjugateGradientUnpreconditioned
...
@@ -24,24 +24,28 @@ ADD_EXECUTABLE( ConjugateGradientUnpreconditioned
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
ConjugateGradientUnpreconditioned PROPERTIES FOLDER SimpleTests
)
ADD_EXECUTABLE
(
ConjugateGradientDiagPrecond
ADD_EXECUTABLE
(
ConjugateGradientDiagPrecond
ConjugateGradientDiagonalPreconditioned.cpp
ConjugateGradientDiagonalPreconditioned.cpp
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
ConjugateGradientDiagPrecond PROPERTIES FOLDER SimpleTests
)
ADD_EXECUTABLE
(
BiCGStabDiagPrecond
ADD_EXECUTABLE
(
BiCGStabDiagPrecond
BiCGStabDiagPrecond.cpp
BiCGStabDiagPrecond.cpp
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
BiCGStabDiagPrecond PROPERTIES FOLDER SimpleTests
)
ADD_EXECUTABLE
(
GMResDiagPrecond
ADD_EXECUTABLE
(
GMResDiagPrecond
GMResDiagPrecond.cpp
GMResDiagPrecond.cpp
${
SOURCES
}
${
SOURCES
}
${
HEADERS
}
${
HEADERS
}
)
)
SET_TARGET_PROPERTIES
(
GMResDiagPrecond PROPERTIES FOLDER SimpleTests
)
IF
(
WIN32
)
IF
(
WIN32
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment