Skip to content
Snippets Groups Projects
CMakeLists.txt 266 B
cmake_minimum_required (VERSION 2.8) 
project(e793s)
# Setting the policy to match Cmake version
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
# include the default NPAnalysis cmake file
include("../../NPLib/ressources/CMake/NPAnalysis.cmake")