Skip to content
GitLab
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
01eaf045
Unverified
Commit
01eaf045
authored
Jun 29, 2020
by
Guilhem Saurel
Committed by
GitHub
Jun 29, 2020
Browse files
Merge pull request #55 from olivier-stasse/devel
[cmake] Synchronize
parents
cf6dd6b9
462067ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake
@
3ae8e885
Compare
30355b70
...
3ae8e885
Subproject commit 3
0355b70d6f78089c790232d0e7bc67719d842b4
Subproject commit 3
ae8e885b8a217f2b8844119c01d33eb46fdd689
tests/CMakeLists.txt
View file @
01eaf045
...
...
@@ -35,7 +35,10 @@ SET_TARGET_PROPERTIES(${PYTHON_MODULE} PROPERTIES
PREFIX
""
OUTPUT_NAME
${
LIBRARY_NAME
}
/wrap
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
"-Wl,--no-as-needed"
)
IF
(
UNIX AND NOT APPLE
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
"-Wl,--no-as-needed"
)
ENDIF
(
UNIX AND NOT APPLE
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
${
LIBRARY_NAME
}
${
PYTHON_LIBRARY
}
)
TARGET_INCLUDE_DIRECTORIES
(
${
PYTHON_MODULE
}
SYSTEM PUBLIC
${
PYTHON_INCLUDE_DIRS
}
)
...
...
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