Skip to content

Commit d942bca

Browse files
committed
cmake: handle Win32
1 parent 02d4380 commit d942bca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ ENDIF(BUILD_UNIT_TESTS)
5656
FINDPYTHON()
5757
FIND_NUMPY()
5858

59+
IF(WIN32)
60+
LINK_DIRECTORIES(${PYTHON_LIBRARY_DIRS})
61+
ENDIF(WIN32)
62+
5963
# ----------------------------------------------------
6064
# --- DEPENDENCIES -----------------------------------
6165
# ----------------------------------------------------

0 commit comments

Comments
 (0)