C++

You can build the C++ binaries from the project's root directory. The following line will also build and cache the libqasm Conan package.

Note

You may need to execute the conan profile detect command if this is the first time you run Conan.

conan profile detect
conan create --version 0.6.9 . -pr:a=tests-debug -b missing

You can test the C++ binaries:

cd test/Debug
ctest -C Debug --output-on-failure