diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcf20e47717bc540207a2f6ec735ccf048a006ac --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +#------------------------------------------------------------------------------- +# Author: Stefan Bienert +#------------------------------------------------------------------------------- +cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) + +project(PROMOD2)