Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.video
Commits
61ede3eb
Commit
61ede3eb
authored
May 16, 2014
by
André Anjos
💬
Browse files
Add boost-system dependencies (bis)
parent
eb094695
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
61ede3eb
...
...
@@ -52,6 +52,7 @@ setup(
"xbob/io/video/version.cpp"
,
],
packages
=
packages
,
boost_modules
=
[
'system'
],
include_dirs
=
include_dirs
,
version
=
version
,
define_macros
=
[(
'__STDC_CONSTANT_MACROS'
,
None
)],
...
...
@@ -68,7 +69,6 @@ setup(
"xbob/io/video/main.cpp"
,
],
packages
=
packages
,
boost_modules
=
[
'system'
],
include_dirs
=
include_dirs
,
version
=
version
,
define_macros
=
[(
'__STDC_CONSTANT_MACROS'
,
None
)],
...
...
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