Skip to content
Commit acf92ead authored by Karl Rupp's avatar Karl Rupp
Browse files

libviennacl: Added export declarations through VIENNACL_EXPORTED_FUNCTION for Visual Studio.

Visual Studio does not export functions by default, but rather require
  __declspec(dllexport)
and
  __declspec(dllimport)
to be set accordingly. These export declarations now get set when using CMake.
parent 9d34f081
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment