Changed Premake config

unix_test
anulax1225 ago%!(EXTRA string=1 year)
parent f384c3fbb3
commit 8195ab166b
  1. 7
      premake5.lua

@ -1,6 +1,7 @@
workspace "socket_unix" workspace "socket_unix"
architecture "x64" architecture "x64"
configurations { "Debug", "Release" } configurations { "Debug", "Release" }
startproject "server"
flags flags
{ {
"MultiProcessorCompile" "MultiProcessorCompile"
@ -51,7 +52,8 @@ project "server"
files files
{ {
"%{prj.location}/**.h", "%{prj.location}/**.h",
"%{prj.location}/**.cpp" "%{prj.location}/**.cpp",
"./sandbox/commun.h"
} }
links links
@ -79,7 +81,8 @@ project "client"
files files
{ {
"%{prj.location}/**.h", "%{prj.location}/**.h",
"%{prj.location}/**.cpp" "%{prj.location}/**.cpp",
"./sandbox/commun.h"
} }
links links

Loading…
Cancel
Save