1
0
mirror of https://github.com/halpz/re3.git synced 2025-07-13 14:48:15 +00:00

startproject now depends on librw

This commit is contained in:
withmorten
2021-02-10 18:46:54 +01:00
committed by GitHub
parent a6d402e8fd
commit 1d8d2bd7b7

@ -236,6 +236,10 @@ project "re3"
targetname "re3"
targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}"
if(_OPTIONS["with-librw"]) then
dependson "librw"
end
files { addSrcFiles("src") }
files { addSrcFiles("src/animation") }
files { addSrcFiles("src/audio") }