mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:18:59 +00:00
startproject now depends on librw
This commit is contained in:
parent
6d56fb41c6
commit
84ede57205
1 changed files with 4 additions and 0 deletions
|
@ -236,6 +236,10 @@ project "reVC"
|
|||
targetname "reVC"
|
||||
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") }
|
||||
|
|
Loading…
Reference in a new issue