Skip to content
  • Artur Grunau's avatar
    Use DEFINE_SYMBOL to define export flags · 739996fa
    Artur Grunau authored
    TGT and campvis-core used to manually define flags that instructed their
    code to export DLL symbols. However, CMake has a property called
    DEFINE_SYMBOL that can automatically define export flags when necessary.
    Refactor the CMakeLists of TGT and campvis-core to make use of it.
    
    References #367
    739996fa