Skip to content

Commit

Permalink
Change solution and target name
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jun 7, 2020
1 parent 491d5db commit fa6fa82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amx-deps/src/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local amxfiles = {
"amx/float.c",
}

solution "ml_base"
solution "king"
configurations { "Debug", "Release" }
platforms { "x86", "x64" }
location ( "Build" )
Expand Down Expand Up @@ -41,7 +41,7 @@ solution "ml_base"
project "ml_base"
language "C++"
kind "SharedLib"
targetname "ml_base"
targetname "king"

includedirs { "include" }
libdirs { "lib" }
Expand Down

0 comments on commit fa6fa82

Please sign in to comment.