[premake] Cleanup

This commit is contained in:
Margen67
2025-07-25 16:49:55 -07:00
parent 7fec549552
commit 25d6f8269a
28 changed files with 9 additions and 97 deletions

View File

@@ -3,8 +3,6 @@ project("discord-rpc")
uuid("012f6131-efc0-4abd-852d-a33640732d4c")
kind("StaticLib")
language("C++")
links({
})
defines({
"_LIB",
})
@@ -34,4 +32,4 @@ project("discord-rpc")
files({
"discord-rpc/src/connection_win.cpp",
"discord-rpc/src/discord_register_win.cpp"
})
})