Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
54e2ecec
Commit
54e2ecec
authored
Apr 12, 2011
by
Francois Keith
Browse files
Correct the link with boost libraries
parent
4b107839
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
54e2ecec
...
...
@@ -29,7 +29,7 @@ IF (NOT ${PYTHONINTERP_FOUND} STREQUAL TRUE)
ENDIF
(
NOT
${
PYTHONINTERP_FOUND
}
STREQUAL TRUE
)
INCLUDE_DIRECTORIES
(
${
Boost_INCLUDE_DIRS
}
)
LINK_DIRECTORIES
(
${
Boost_LIBRARY_DIRS
}
)
# provide path to library libdynamic-graph.so
LINK_DIRECTORIES
(
${
DYNAMIC_GRAPH_LIBRARY_DIRS
}
)
ADD_DEFINITIONS
(
${
DYNAMIC_GRAPH_CFLAGS
}
)
...
...
@@ -57,7 +57,7 @@ INSTALL(TARGETS ${LIBRARY_NAME}
SET
(
EXECUTABLE_NAME dg-python
)
ADD_EXECUTABLE
(
${
EXECUTABLE_NAME
}
dg-python.cc
)
TARGET_LINK_LIBRARIES
(
${
EXECUTABLE_NAME
}
${
LIBRARY_NAME
}
${
LIBRARY_NAME
}
${
Boost_LIBRARIES
}
)
INSTALL
(
TARGETS dg-python DESTINATION bin
)
...
...
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