Skip to content
Snippets Groups Projects
Forked from CLHEP / CLHEP
89 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 190 B
# main Evaluator cmake instructions

# automake/autoconf variables
set( PACKAGE Evaluator )

clhep_package_config()

add_subdirectory(Evaluator)
add_subdirectory(src)
add_subdirectory(test)