mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Implement target_compile_options_if_exists, target_link_options_if_exists
This commit is contained in:
parent
ec992ae552
commit
3165ef9f0b
2 changed files with 3 additions and 1 deletions
|
@ -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
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit 6c7b8d8b4c8bfe261f67d48edb4bfd9dbcf3a0d4
|
||||
Subproject commit 848c16578ed8721d07a28c58fc084f9349f88043
|
Loading…
Add table
Reference in a new issue