summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-mrproper.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-10-29 08:09:42 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-10-29 08:25:57 +0000
commite868cdf022890fee56fd5c4608190d196362b36d (patch)
tree863e1d39586a376df0f7a152904a317c91721663 /cmake/opentrack-mrproper.cmake
parent94747abe17bd669fbbca6ce99977410a4548aee1 (diff)
cmake: add include guards
Diffstat (limited to 'cmake/opentrack-mrproper.cmake')
-rw-r--r--cmake/opentrack-mrproper.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/opentrack-mrproper.cmake b/cmake/opentrack-mrproper.cmake
index faa11bd4..6efb0be3 100644
--- a/cmake/opentrack-mrproper.cmake
+++ b/cmake/opentrack-mrproper.cmake
@@ -7,6 +7,8 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
+include_guard(GLOBAL)
+
function(cleanup_build_dir)
file(GLOB_RECURSE files LIST_DIRECTORIES TRUE RELATIVE "${CMAKE_BINARY_DIR}" "*")