kopia lustrzana https://github.com/OpenDroneMap/ODM
TEST: only build ceres
rodzic
680c497b33
commit
c50656642a
|
@ -104,7 +104,7 @@ def build():
|
|||
|
||||
toolchain_file = os.path.join(os.getcwd(), "vcpkg", "scripts", "buildsystems", "vcpkg.cmake")
|
||||
run("cmake .. -DCMAKE_TOOLCHAIN_FILE=\"%s\"" % toolchain_file, cwd=build_dir)
|
||||
run("cmake --build . --config Release -j2", cwd=build_dir)
|
||||
run("cmake --build . --config Release -j2 --target ceres", cwd=build_dir)
|
||||
|
||||
def vcpkg_export():
|
||||
if not os.path.exists("vcpkg"):
|
||||
|
|
Ładowanie…
Reference in New Issue