tfel_library(TFELNUMODIS
  BCC.cxx
  Crystallo.cxx
  Cubic.cxx
  FCC.cxx
  GSystem.cxx
  Hardening.cxx
  HCP.cxx
  IBurgers.cxx
  IDirection.cxx
  IPlane.cxx
  Utilities.cxx
  Vect3.cxx
  AnalyseJunction.cxx
  FrankRead.cxx
  TripleNode.cxx)
target_include_directories(TFELNUMODIS
   PUBLIC 
   $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>
   $<INSTALL_INTERFACE:include>)
if(enable-static)
  target_include_directories(TFELNUMODIS-static
    PUBLIC 
    $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>
    $<INSTALL_INTERFACE:include>)
endif(enable-static)
