# Copyright 2013 Sang-Pil Kim # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Required preamble # cmake_minimum_required(VERSION 3.4) list(APPEND CMAKE_PREFIX_PATH $ENV{KIM_API_CMAKE_PREFIX_DIR}) find_package(KIM-API 2.0 REQUIRED CONFIG) if(NOT TARGET kim-api) enable_testing() project("${KIM_API_PROJECT_NAME}" VERSION "${KIM_API_VERSION}" LANGUAGES CXX C Fortran) endif() # End preamble add_kim_api_model_library( NAME "EAM_Dynamo_CaiYe_1996_AlCu__MO_942551040047_005" DRIVER_NAME "EAM_Dynamo__MD_120291908751_005" PARAMETER_FILES "AlCu.eam.alloy" )