Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Neos optimal transport
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
ELBADA Haytham
Neos optimal transport
Commits
3e4e1712
Commit
3e4e1712
authored
3 years ago
by
Philippe Depouilly
Browse files
Options
Downloads
Patches
Plain Diff
typo in Neos Cmake module
parent
cc586ec9
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
cmake_modules/NEOSConfig.cmake.in
+1
-1
1 addition, 1 deletion
cmake_modules/NEOSConfig.cmake.in
first_example/CMakeLists.txt
+3
-5
3 additions, 5 deletions
first_example/CMakeLists.txt
with
4 additions
and
6 deletions
cmake_modules/NEOSConfig.cmake.in
+
1
−
1
View file @
3e4e1712
...
...
@@ -34,4 +34,4 @@ if (@USE_EIGEN3@)
find_package(Eigen3 REQUIRED)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/
NEOS
Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/
neos
Targets.cmake")
This diff is collapsed.
Click to expand it.
first_example/CMakeLists.txt
+
3
−
5
View file @
3e4e1712
cmake_minimum_required
(
VERSION 3.0
)
list
(
APPEND CMAKE_MODULE_PATH /builds/neos/cmake_modules
)
cmake_minimum_required
(
VERSION 3.1
)
project
(
levelset
)
#
Crée des variables avec les fichiers à compiler
#
Set project sources
set
(
SRCS
levelset.cpp
)
find_package
(
NEOS
)
add_executable
(
levelset
${
SRCS
}
)
target_link_libraries
(
levelset
${
NEOS_DEP_LIBS
}
)
target_link_libraries
(
levelset
neos::neos
)
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