#                                               -*- cmake -*-

# Register current directory files
ot_add_current_dir_to_include_dirs ()

ot_add_source_file (AbdoRackwitz.cxx)
ot_add_source_file (algocobyla.c)
ot_add_source_file (Cobyla.cxx)
ot_add_source_file (MultiStart.cxx)
ot_add_source_file (NearestPointChecker.cxx)
ot_add_source_file (NearestPointCheckerResult.cxx)
ot_add_source_file (NLopt.cxx)
ot_add_source_file (OptimizationProblem.cxx)
ot_add_source_file (OptimizationProblemImplementation.cxx)
ot_add_source_file (OptimizationAlgorithm.cxx)
ot_add_source_file (OptimizationAlgorithmImplementation.cxx)
ot_add_source_file (OptimizationResult.cxx)
ot_add_source_file (SQP.cxx)
ot_add_source_file (algotnc.c)
ot_add_source_file (TNC.cxx)

ot_install_header_file (OTOptim.hxx)
ot_install_header_file (AbdoRackwitz.hxx)
ot_install_header_file (Cobyla.hxx)
ot_install_header_file (MultiStart.hxx)
ot_install_header_file (NearestPointChecker.hxx)
ot_install_header_file (NearestPointCheckerResult.hxx)
ot_install_header_file (NLopt.hxx)
ot_install_header_file (OptimizationProblem.hxx)
ot_install_header_file (OptimizationProblemImplementation.hxx)
ot_install_header_file (OptimizationAlgorithm.hxx)
ot_install_header_file (OptimizationAlgorithmImplementation.hxx)
ot_install_header_file (OptimizationResult.hxx)
ot_install_header_file (SQP.hxx)
ot_install_header_file (TNC.hxx)

