Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
2d457715
Commit
2d457715
authored
Feb 02, 2011
by
Pierre Kraemer
Browse files
mise a jour CMakeLists
parent
11b79624
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment