Implement target_compile_options_if_exists, target_link_options_if_exists

This commit is contained in:
Ilya Fedin 2022-09-21 10:30:02 +04:00 committed by John Preston
parent ec992ae552
commit 3165ef9f0b
2 changed files with 3 additions and 1 deletions

View File

@ -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)

2
cmake

@ -1 +1 @@
Subproject commit 6c7b8d8b4c8bfe261f67d48edb4bfd9dbcf3a0d4
Subproject commit 848c16578ed8721d07a28c58fc084f9349f88043