Disabled external gits

This commit is contained in:
2022-04-07 18:46:57 +02:00
parent 88cb3426ad
commit 15e7120d6d
5316 changed files with 4563444 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
ADD_LIBRARY ( imathnumpymodule ${LIB_TYPE}
imathnumpymodule.cpp
)
SET_TARGET_PROPERTIES ( imathnumpymodule
PROPERTIES PREFIX "" SUFFIX ".so" BUILD_WITH_INSTALL_RPATH ON
)
INCLUDE_DIRECTORIES (
${NUMPY_INCLUDE_DIRS}
)
TARGET_LINK_LIBRARIES ( imathnumpymodule
PyImath
PyIex
Imath${ILMBASE_LIBSUFFIX}
Iex${ILMBASE_LIBSUFFIX}
${Boost_LIBRARIES}
)
INSTALL ( TARGETS imathnumpymodule
DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages
)