summaryrefslogtreecommitdiffhomepage
path: root/src/libMsg
diff options
context:
space:
mode:
Diffstat (limited to 'src/libMsg')
-rw-r--r--src/libMsg/libMsg.json2
-rw-r--r--src/libMsg/src/Server.cpp (renamed from src/libMsg/src/Server.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/libMsg/libMsg.json b/src/libMsg/libMsg.json
index 858c427b..4b22534f 100644
--- a/src/libMsg/libMsg.json
+++ b/src/libMsg/libMsg.json
@@ -2,7 +2,7 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": ["../", "../../public/frameworks", "./"],
- "sources_path": ["src/*.cc"],
+ "sources_path": ["src/*.cpp"],
"output_name": "libMsg.dll",
"compiler_flags": [
"-ffreestanding",
diff --git a/src/libMsg/src/Server.cc b/src/libMsg/src/Server.cpp
index aeb5ed4f..aeb5ed4f 100644
--- a/src/libMsg/src/Server.cc
+++ b/src/libMsg/src/Server.cpp