2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-16 00:28:20 +03:00
rehlds/settings.gradle

9 lines
360 B
Groovy
Raw Normal View History

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