Atlas Runtime
CMakeLists.txt File Reference

Functions

 cmake_minimum_required (VERSION 3.1.0) project(Atlas) set(Atlas_VERSION_MAJOR 1) set(Atlas_VERSION_MINOR 0) if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR AND NOT MSVC_IDE) message(FATAL_ERROR"In-source builds are not allowed. Please create a directory and run cmake from there
 

Function Documentation

cmake_minimum_required ( VERSION 3.1.  0)