add basic discord support

This commit is contained in:
2024-11-09 01:58:06 +03:00
parent c3e7a9c92d
commit 8965b7ee90
869 changed files with 191278 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
@PACKAGE_INIT@
include(${CMAKE_CURRENT_LIST_DIR}/@MLS_EXPORT_NAMESPACE@Targets.cmake)
check_required_components(mlspp)

4
DPP/mlspp/cmake/namespace.h.in Executable file
View File

@@ -0,0 +1,4 @@
#pragma once
// Configurable top-level MLS namespace
#define MLS_NAMESPACE @MLS_CXX_NAMESPACE@