summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2022-09-21 10:30:02 +0400
committerJohn Preston <johnprestonmail@gmail.com>2022-09-22 12:58:07 +0400
commit3165ef9f0b3a16e81029161afc7a5e79d57e48bd (patch)
treeafd9f40c261020c8ad74b20b4d6b1ae3788fbeea
parentec992ae552741a5253c579eaeeda4b608fa53b48 (diff)
Implement target_compile_options_if_exists, target_link_options_if_exists
-rw-r--r--CMakeLists.txt2
m---------cmake0
2 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 234a17a9d8..47d227efca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,8 @@ get_filename_component(cmake_helpers_loc "cmake" REALPATH)
include(cmake/variables.cmake)
include(cmake/nice_target_sources.cmake)
+include(cmake/target_compile_options_if_exists.cmake)
+include(cmake/target_link_options_if_exists.cmake)
include(cmake/target_link_static_libraries.cmake)
include(cmake/target_link_frameworks.cmake)
include(cmake/init_target.cmake)
diff --git a/cmake b/cmake
-Subproject 6c7b8d8b4c8bfe261f67d48edb4bfd9dbcf3a0d
+Subproject 848c16578ed8721d07a28c58fc084f9349f8804