Skip to content

hilko-o/IfcOpenShell-vcpkg

Repository files navigation

IfcOpenShell-vcpkg

Testing vcpkg-port for IfcOpenShell.

Prerequisites

Vcpkg setup

After setting up vcpkg and cloning this repository, copy all files in the vcpkg_port directory to ${VCPKG_ROOT}/ports/ifcopenshell and run:

vcpkg install ifcopenshell

For compile-time reasons, schemas are currently reduced to IFC2x3 but can be easily changed in the portfile.cmake.

Testing

Set the toolchain filepath in CMakePresets.json. From the root directory of this repository, run:

cmake --preset <configure-preset-name> && cmake --build --preset <build-preset-name>

Use a preset suitable for the target machine, for example, on Windows:

cmake --preset x64-Debug-MSVC && cmake --build --preset x64-Debug-MSVC-Build

About

Test vcpkg port for IfcOpenShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published