Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Thomas Pitiot
CGoGN
Commits
2d457715
Commit
2d457715
authored
Feb 02, 2011
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mise a jour CMakeLists
parent
11b79624
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
Apps/Examples/Debug/CMakeLists.txt
Apps/Examples/Debug/CMakeLists.txt
+0
-8
Apps/Examples/Release/CMakeLists.txt
Apps/Examples/Release/CMakeLists.txt
+0
-8
No files found.
Apps/Examples/Debug/CMakeLists.txt
View file @
2d457715
...
...
@@ -33,14 +33,6 @@ add_executable( ViewerD ../Viewer.cpp)
target_link_libraries
(
ViewerD
containerD topologyD utilsD algoD
${
COMMON_LIBS
}
)
add_executable
(
FilterExamplesD ../FilterExamples.cpp
)
target_link_libraries
(
FilterExamplesD
containerD topologyD utilsD algoD
${
COMMON_LIBS
}
)
add_executable
(
linearTestD ../linearTest.cpp
)
target_link_libraries
(
linearTestD
containerD topologyD utilsD algoD numerical lapack blas f2c
${
COMMON_LIBS
}
)
add_executable
(
simpleGMap2D ../simpleGMap2.cpp
)
target_link_libraries
(
simpleGMap2D
containerD topologyD utilsD algoD
${
COMMON_LIBS
}
Zinri
)
...
...
Apps/Examples/Release/CMakeLists.txt
View file @
2d457715
...
...
@@ -34,14 +34,6 @@ add_executable( Viewer ../Viewer.cpp)
target_link_libraries
(
Viewer
container topology utils algo
${
COMMON_LIBS
}
)
add_executable
(
FilterExamples ../FilterExamples.cpp
)
target_link_libraries
(
FilterExamples
container topology utils algo numerical lapack blas f2c
${
COMMON_LIBS
}
)
add_executable
(
linearTest ../linearTest.cpp
)
target_link_libraries
(
linearTest
container topology utils algo numerical lapack blas f2c
${
COMMON_LIBS
}
)
add_executable
(
simpleGMap2 ../simpleGMap2.cpp
)
target_link_libraries
(
simpleGMap2
container topology utils algo
${
COMMON_LIBS
}
Zinri
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment