Skip to content

Commit

Permalink
COMP: Add missing module dependencies
Browse files Browse the repository at this point in the history
Identified by running:

  ~/src/ITK3/Utilities/Maintenance/WhatModulesITK.py ~/src/ITK3 include/*
  • Loading branch information
thewtex committed Mar 17, 2019
1 parent 925ebb4 commit 7676d70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ itk_module(NDReg
ITKCommon
ITKStatistics
COMPILE_DEPENDS
ITKCommon
ITKDisplacementField
ITKFFT
ITKImageCompose
ITKImageFunction
ITKImageGradient
ITKImageIntensity
ITKImageSources
ITKImageStatistics
ITKMetricsv4
ITKRegistrationMethodsv4
ITKSpatialObjects
TEST_DEPENDS
ITKTestKernel
ITKMetaIO
Expand Down

0 comments on commit 7676d70

Please sign in to comment.