diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-19 17:25:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-19 17:25:20 +0300 |
commit | e48595cab6f20a2493bdba2962b61b7fa4e09b14 (patch) | |
tree | c5d4031a8802bc359a41ccf566f9989bd05c8593 /um/common.cmake | |
parent | um: common.cmake update (diff) | |
download | windows7-drivers-e48595cab6f20a2493bdba2962b61b7fa4e09b14.tar.gz windows7-drivers-e48595cab6f20a2493bdba2962b61b7fa4e09b14.zip |
um: common.cmake update
Diffstat (limited to 'um/common.cmake')
-rw-r--r-- | um/common.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
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 <Egor.Tensin@gmail.com> # 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 $<NOT:parent_directory>) |