2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 15:45:46 +03:00
rehlds/settings.gradle

9 lines
360 B
Groovy
Raw Permalink Normal View History

2015-05-04 21:25:41 +03:00
rootProject.name = 'rehlds'
include 'dep/cppunitlite'
include 'dep/bzip2'
include 'rehlds'
include 'rehlds/dedicated'
2017-12-05 18:55:45 +03:00
include 'rehlds/filesystem/FileSystem_Stdio'
2017-04-24 00:26:43 +03:00
include 'rehlds/HLTV', 'rehlds/HLTV/Core', 'rehlds/HLTV/Proxy', 'rehlds/HLTV/Console', 'rehlds/HLTV/Director', 'rehlds/HLTV/DemoPlayer'
2015-05-17 14:30:30 +03:00
include 'flightrec/decoder_api', 'flightrec/decoder'