Frist Commit

This commit is contained in:
2023-07-16 14:29:40 +08:00
parent 3f1ae11c29
commit 16f7c132ac
633 changed files with 64621 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@PACKAGE_INIT@
# Only include targets once:
if( NOT TARGET @package_name@::@package_name@ )
include( "${CMAKE_CURRENT_LIST_DIR}/@package_target@.cmake" )
endif()