2022-11-19 19:39:50 +01:00
|
|
|
|
|
|
|
|
|
|
|
def can_build(env, platform):
|
|
|
|
return True
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
|
|
|
"LZ4Compressor"
|
|
|
|
]
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|
2022-12-31 18:12:37 +01:00
|
|
|
|
|
|
|
def get_license_file():
|
|
|
|
return "thirdparty/COPYRIGHT.txt"
|