Difference between revisions of "2013 Summer Project Week:Extension dependencies"
From NAMIC Wiki
(Adding details for extension dependency project) |
|||
Line 31: | Line 31: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | * . | + | * JC identified correct approach to force all extensions to create a XYZConfig.cmake |
'''To do''': | '''To do''': | ||
− | |||
− | |||
* Implement agreed upon approach | * Implement agreed upon approach | ||
* Test on existing extension | * Test on existing extension |
Revision as of 13:14, 21 June 2013
Home < 2013 Summer Project Week:Extension dependenciesKey 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:
- CMake macro
- CMake script
- ??