add basic discord support
This commit is contained in:
4
DPP/mlspp/cmake/config.cmake.in
Executable file
4
DPP/mlspp/cmake/config.cmake.in
Executable 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
4
DPP/mlspp/cmake/namespace.h.in
Executable file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
// Configurable top-level MLS namespace
|
||||
#define MLS_NAMESPACE @MLS_CXX_NAMESPACE@
|
||||
Reference in New Issue
Block a user