mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
[setup] add optional modules
This commit is contained in:
parent
6df6275a95
commit
1813de30bc
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -46,6 +46,10 @@ build_exe_options = {
|
|||
],
|
||||
"include_files": ["CHANGES.md", "COPYING.md", "LICENSE-MPL2.md", "README.md"]
|
||||
}
|
||||
if os.path.isdir("tractor"):
|
||||
build_exe_options["packages"].append("tractor")
|
||||
if os.path.isdir("simpleFarm"):
|
||||
build_exe_options["packages"].append("simpleFarm")
|
||||
|
||||
if platform.system() == PlatformExecutable.Linux:
|
||||
# include required system libs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue