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
eigenpy
Commits
d942bcac
Verified
Commit
d942bcac
authored
Dec 10, 2019
by
Justin Carpentier
Browse files
cmake: handle Win32
parent
02d43801
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d942bcac
...
...
@@ -56,6 +56,10 @@ ENDIF(BUILD_UNIT_TESTS)
FINDPYTHON
()
FIND_NUMPY
()
IF
(
WIN32
)
LINK_DIRECTORIES
(
${
PYTHON_LIBRARY_DIRS
}
)
ENDIF
(
WIN32
)
# ----------------------------------------------------
# --- DEPENDENCIES -----------------------------------
# ----------------------------------------------------
...
...
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