mirror of
https://github.com/halpz/re3.git
synced 2025-07-13 23:38:12 +00:00
startproject now depends on librw
This commit is contained in:
@ -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") }
|
||||
|
Reference in New Issue
Block a user