# -*- cmake -*-

# This software was produced by NIST, an agency of the U.S. government,
# and by statute is not subject to copyright in the United States.
# Recipients of this software assume all responsibilities associated
# with its operation, modification and maintenance. However, to
# facilitate maintenance we ask that before distributing modifed
# versions of this software, you first contact the authors at
# oof_manager@nist.gov.

# This file was created by oof2-setup-extension from the
# CMakeLists_subdir.txt template in OOF2/EXTENSION_TEMPLATES.

swig_sources(
  SWIGFILES
  %MODULENAME%
  LIBRARIES
  ${OOF2COMMON} ${OOF2ENGINE} 
  INCLUDE_DIRECTORIES
  %OOF2PREFIX%/include/oof2 ${Python3_INCLUDE_DIRS}
  SOURCES
  %MODULENAME%.C
  SWIGDEST ${CMAKE_INSTALL_PREFIX}/%MODULENAME%
  )

