dropshell release 2025.0513.2134
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-13 21:34:59 +12:00
parent adcb3567d4
commit bd1ad20990
1055 changed files with 168339 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# init @ variables before doing anything else
# Dependencies
include(CMakeFindDependencyMacro)
find_dependency(cpptrace REQUIRED)
if(OFF)
find_dependency(magic_enum REQUIRED)
endif()
# We cannot modify an existing IMPORT target
if(NOT TARGET libassert::assert)
# import targets
include("${CMAKE_CURRENT_LIST_DIR}/libassert-targets.cmake")
endif()
if(TRUE)
target_compile_definitions(libassert::assert INTERFACE LIBASSERT_STATIC_DEFINE)
endif()