https://github.com/root-project/root
Raw File
Tip revision: 08b34d72a800bd48ea4655f17075de0ef3ca72cb authored by Philippe Canal on 03 March 2023, 19:23:45 UTC
fBits read: preserve kIsOnHeap, always set kNotDeleted.
Tip revision: 08b34d7
CMakeLists.txt
############################################################################
# CMakeLists.txt file for building ROOT math/genetic package
# @author Pere Mato, CERN
############################################################################

ROOT_STANDARD_LIBRARY_PACKAGE(Genetic
  HEADERS
    Math/GeneticMinimizer.h
  SOURCES
    src/GeneticMinimizer.cxx
  DICTIONARY_OPTIONS
    -writeEmptyRootPCM
  DEPENDENCIES
    Core
    MathCore
    TMVA
)

ROOT_ADD_TEST_SUBDIRECTORY(test)
back to top