From 58d9e09d027dfcd2ce6d4c6825696aadc27c817c Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Tue, 30 Jul 2013 14:20:34 +0200 Subject: [PATCH] Added note about where to make likely modifications People will head for CMakeLists.txt when making modifications (such as adding a new file). This note directs them to where they should rather look. --- CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61c06db7..a9930d14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,19 @@ # -*- mode: cmake; tab-width: 2; indent-tabs-mode: t; truncate-lines: t; compile-command: "cmake -Wdev" -*- # vim: set filetype=cmake autoindent tabstop=2 shiftwidth=2 noexpandtab softtabstop=2 nowrap: + +########################################################################### +# # +# Note: The bulk of the build system is located in the cmake/ directory. # +# This file only contains the specializations for this particular # +# project. Most likely you are interested in editing one of these # +# files instead: # +# # +# dune.module Name and version number # +# CMakeLists_files.cmake Path of source files # +# cmake/Modules/${project}-prereqs.cmake Dependencies # +# # +########################################################################### + cmake_minimum_required (VERSION 2.8) # additional search modules