From 679583ab94eac090112a3b62ffbef28c914dea31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 24 May 2020 21:01:05 +0200 Subject: [PATCH] Created Desired CMake features (markdown) --- Desired-CMake-features.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Desired-CMake-features.md diff --git a/Desired-CMake-features.md b/Desired-CMake-features.md new file mode 100644 index 0000000..fd14267 --- /dev/null +++ b/Desired-CMake-features.md @@ -0,0 +1,8 @@ +Helpful CMake features that we'll get to adopt at some point in the future. + +## 3.15 + - [MSVC_RUNTIME_LIBRARY](https://cmake.org/cmake/help/v3.15/prop_tgt/MSVC_RUNTIME_LIBRARY.html) + +## 3.16 + - `OBJC` in [enable_language](https://cmake.org/cmake/help/latest/command/enable_language.html) +