diff --git a/setup.py b/setup.py index 77afbe2..17d9363 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,8 @@ meshroomExe = Executable( ) meshroomPhotog = Executable( - "bin/meshroom_photogrammetry" + "bin/meshroom_photogrammetry", + targetName="meshroomPhotog", ) # Customize executable for each target platform