[vtk-developers] Guide to implementing kits

Adam Rankin arankin at robarts.ca
Mon Mar 7 19:15:53 EST 2016


Not quite. Specifically the kit part of the module system

For example:
vtk_module(vtkCommonCore
  GROUPS
    StandAlone
  PRIVATE_DEPENDS
    vtksys
  TEST_DEPENDS
    vtkTestingCore
    vtkCommonSystem
    vtkCommonTransforms
  KIT
    vtkCommon
  )

Produces projects like:
vtkCommon
vtkCommonKitPython
vtkCommonKitPythonD
vtkCommonCoreObjects

and I’m just trying to understand how those get generated, how they are populated etc… I have started digging into the vtk CMake functions/macros but was hoping someone may have documented the Kit (sub?)system.

Regards,
Adam

From: David Gobbi [mailto:david.gobbi at gmail.com]
Sent: Monday, March 07, 2016 7:13 PM
To: Adam Rankin <arankin at robarts.ca>
Cc: vtk-developers at vtk.org
Subject: Re: [vtk-developers] Guide to implementing kits

You mean the module system?

http://www.vtk.org/Wiki/VTK/Module_Development
http://www.vtk.org/Wiki/VTK/Remote_Modules

And possibly also relevant:

http://www.vtk.org/Wiki/VTK/Build_System_Migration

 - David

On Mon, Mar 7, 2016 at 4:25 PM, Adam Rankin <arankin at robarts.ca<mailto:arankin at robarts.ca>> wrote:
Hello all,

Could someone point me towards any documentation regarding details about the kit system in VTK?

Regards,
Adam

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20160308/e0a225fe/attachment.html>


More information about the vtk-developers mailing list