Packaging: polished
This commit is contained in:
27
python/external/boost/libs/numpy/src/CMakeLists.txt
vendored
Normal file
27
python/external/boost/libs/numpy/src/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
add_library(boost_numpy ${LIBRARY_TYPE}
|
||||
# header files
|
||||
../../../boost/numpy/dtype.hpp
|
||||
../../../boost/numpy/internal.hpp
|
||||
../../../boost/numpy/invoke_matching.hpp
|
||||
../../../boost/numpy/matrix.hpp
|
||||
../../../boost/numpy/ndarray.hpp
|
||||
../../../boost/numpy/numpy_object_mgr_traits.hpp
|
||||
../../../boost/numpy/scalars.hpp
|
||||
../../../boost/numpy/ufunc.hpp
|
||||
|
||||
# source files (in current directory)
|
||||
dtype.cpp
|
||||
scalars.cpp
|
||||
ndarray.cpp
|
||||
matrix.cpp
|
||||
ufunc.cpp
|
||||
numpy.cpp
|
||||
)
|
||||
|
||||
TARGET_LINK_LIBRARIES(boost_numpy ${Boost_LIBRARIES})
|
||||
|
||||
install(TARGETS boost_numpy
|
||||
ARCHIVE DESTINATION lib
|
||||
LIBRARY DESTINATION lib
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
|
||||
)
|
Reference in New Issue
Block a user