Difference between revisions of "2013 Summer Project Week:Extension dependencies"

From NAMIC Wiki
Jump to: navigation, search
 
Line 44: Line 44:
  
 
This work will be delivered to the NA-MIC Kit as a:
 
This work will be delivered to the NA-MIC Kit as a:
* CMake macro
+
* Modification to existing calls in the normal Slicer extension CMake sequence
* CMake script
 
* ??
 
 
 
  
 
==References==
 
==References==
 
* [http://www.na-mic.org/Bug/view.php?id=2644 Corresponding ticket #2644]
 
* [http://www.na-mic.org/Bug/view.php?id=2644 Corresponding ticket #2644]

Latest revision as of 13:15, 21 June 2013

Home < 2013 Summer Project Week:Extension dependencies

Key Investigators

  • Kitware: Jean-Christophe Fillion-Robin
  • Queen's: Adam Rankin

Objective

The goal is determine and implement a solution that allows a convenient method of inter-extension dependencies. It addresses Mantis:2644

Approach, Plan

  • Understand existing approach for Slicer core
  • Discuss potential approaches
  • Implement agreed upon approach
  • Test on existing extension

Progress

  • JC identified correct approach to force all extensions to create a XYZConfig.cmake


To do:

  • Implement agreed upon approach
  • Test on existing extension

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a:

  • Modification to existing calls in the normal Slicer extension CMake sequence

References