build in the root, so that vscode can find the files
This commit is contained in:
+2
-2
@@ -170,7 +170,7 @@ if (downloadRaylib) then
|
|||||||
|
|
||||||
project (workspaceName)
|
project (workspaceName)
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
location "build_files/"
|
location "../"
|
||||||
targetdir "../bin/%{cfg.buildcfg}"
|
targetdir "../bin/%{cfg.buildcfg}"
|
||||||
|
|
||||||
filter {"system:windows", "configurations:Release", "action:gmake*"}
|
filter {"system:windows", "configurations:Release", "action:gmake*"}
|
||||||
@@ -249,7 +249,7 @@ if (downloadRaylib) then
|
|||||||
|
|
||||||
platform_defines()
|
platform_defines()
|
||||||
|
|
||||||
location "build_files/"
|
location "../"
|
||||||
|
|
||||||
language "C"
|
language "C"
|
||||||
targetdir "../bin/%{cfg.buildcfg}"
|
targetdir "../bin/%{cfg.buildcfg}"
|
||||||
|
|||||||
Reference in New Issue
Block a user