mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-29 08:05:50 +03:00
8 lines
314 B
Groovy
8 lines
314 B
Groovy
rootProject.name = 'rehlds'
|
|
include 'dep/cppunitlite'
|
|
include 'dep/bzip2'
|
|
include 'rehlds'
|
|
include 'rehlds/dedicated'
|
|
include 'rehlds/HLTV', 'rehlds/HLTV/Core', 'rehlds/HLTV/Proxy', 'rehlds/HLTV/Console', 'rehlds/HLTV/Director', 'rehlds/HLTV/DemoPlayer'
|
|
include 'flightrec/decoder_api', 'flightrec/decoder'
|