libvbox icon indicating copy to clipboard operation
libvbox copied to clipboard

C++11 wrapper for the VirtualBox COM/XPCOM APIs

Results 3 libvbox issues
Sort by recently updated
recently updated
newest added

Hi, I really like your library. I'd like to easily integrate it with other dependencies into my project using conan. [Conan](https://conan.io/) is a popular package manager in the C++ ecosystem,...

It compiles and installs like normal, but when I try to link the library with `target_link_libraries( libvbox::vbox)` it fails with these errors: ``` [cmake] CMake Error in CMakeLists.txt: [cmake] IMPORTED_IMPLIB...

# Problem I can't seem to be able to build this library. I'm not sure if this is just because I'm on macos arm, or if it's something I haven't...