Skip to content
Snippets Groups Projects
Commit 38a90c63 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Windows: use CMake macro to export all symbols; test on one class

parent 38526b9c
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
//! A circular cylinder. //! A circular cylinder.
//! @ingroup hardParticle //! @ingroup hardParticle
class BA_CORE_API_ FormFactorCylinder : public IFormFactorBorn class FormFactorCylinder : public IFormFactorBorn
{ {
public: public:
FormFactorCylinder(const std::vector<double> P); FormFactorCylinder(const std::vector<double> P);
......
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
if(${CMAKE_SIZEOF_VOID_P} EQUAL 8) if(${CMAKE_SIZEOF_VOID_P} EQUAL 8)
set(BORNAGAIN_ARCHITECTURE win64) set(BORNAGAIN_ARCHITECTURE win64)
set(BORNAGAIN_PLATFORM win64) set(BORNAGAIN_PLATFORM win64)
......
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