Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alta
alta
Commits
338afc85
Commit
338afc85
authored
Oct 31, 2013
by
Laurent Belcour
Browse files
Updating Scons compilation to get the CERES plugin to work
parent
d593d65c
Changes
1
Show whitespace changes
Inline
Side-by-side
sources/plugins/nonlinear_fitter_ceres/SConscript
View file @
338afc85
...
@@ -3,5 +3,5 @@ env.Append(CPPPATH = ['../../../external/build/include', '../../'])
...
@@ -3,5 +3,5 @@ env.Append(CPPPATH = ['../../../external/build/include', '../../'])
env
.
Append
(
LIBPATH
=
[
'../../../external/build/lib'
,
'../../build'
])
env
.
Append
(
LIBPATH
=
[
'../../../external/build/lib'
,
'../../build'
])
sources
=
[
'fitter.cpp'
]
sources
=
[
'fitter.cpp'
]
libs
=
[
'-lceres'
,
'-lcore'
]
libs
=
[
'-lceres'
,
'-lglog'
,
'-lgomp'
,
'-lcore'
]
env
.
SharedLibrary
(
'../../build/nonlinear_fitter_ceres'
,
sources
,
LIBS
=
libs
)
env
.
SharedLibrary
(
'../../build/nonlinear_fitter_ceres'
,
sources
,
LIBS
=
libs
)
Write
Preview
Supports
Markdown
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