Skip to content
  • Julien Schueller's avatar
    Set imported targets IMPORTED_IMPLIB property · 40e2ba9a
    Julien Schueller authored
    Now that we have a working vtk_detect_library_type macro for mingw (!5578)
    we also want to set the right location property: either IMPORTED_LOCATION (if STATIC) or IMPORTED_IMPLIB (if shared and win32)
    Adding both is the easiest way.
    40e2ba9a