From 447a389f1d3be13063edd96ad15a81593cdc255a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 19 May 2017 17:03:30 +0300 Subject: common.cmake update --- common.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.cmake') diff --git a/common.cmake b/common.cmake index 474deb4..d719542 100644 --- a/common.cmake +++ b/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