From e48595cab6f20a2493bdba2962b61b7fa4e09b14 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 19 May 2017 17:25:20 +0300 Subject: um: common.cmake update --- um/common.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/um/common.cmake b/um/common.cmake index 474deb4..d719542 100644 --- a/um/common.cmake +++ b/um/common.cmake @@ -1,6 +1,12 @@ +# Copyright (c) 2017 Egor Tensin # It's a CMake code snippet I use in all of my CMake projects. # It makes targets link the runtime statically by default + strips debug # symbols in release builds. +# The latest version can be found at +# https://gist.github.com/egor-tensin/cmake-common. +# Distributed under the MIT License. + +# Version: 2017-05-19T13:51:22+00:00 get_directory_property(parent_directory PARENT_DIRECTORY) set(is_root_project $) -- cgit v1.2.3