This commit is contained in:
Joseph Aquino 2025-12-31 00:33:33 -05:00
parent 2e23b64536
commit 52ea1ea63a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local vorbis = require("path/to/premake-scripts/vorbis/build-vorbis")
local freetype = require("path/to/premake-scripts/freetype/build-freetype") local freetype = require("path/to/premake-scripts/freetype/build-freetype")
local imguisfml = require("path/to/premake-scripts/imgui-sfml/build-imgui-sfml") local imguisfml = require("path/to/premake-scripts/imgui-sfml/build-imgui-sfml")
local exampleproject = require("path/to/premake-scripts/project") local exampleproject = require("path/to/project")
-- assuming you are using the modules I provided with premake -- assuming you are using the modules I provided with premake
require ("ecc/ecc") require ("ecc/ecc")