Начало

This commit is contained in:
2022-10-04 13:34:35 +03:00
commit b6c8577d6f
33 changed files with 5345 additions and 0 deletions

View File

@ -0,0 +1,10 @@
include_guard(GLOBAL)
if(CMAKE_VERSION VERSION_LESS 3.21)
get_property(nt DIRECTORY PROPERTY PARENT_DIRECTORY)
if(NOT nt)
set(PROJECT_IS_TOP_LEVEL true)
endif()
unset(nt)
endif()