domain_bridge icon indicating copy to clipboard operation
domain_bridge copied to clipboard

Windows support

Open jacobperron opened this issue 2 years ago • 2 comments

Changes to supporting building on Windows (3aa08a8).

  • Add missing visibility macros, including CMake target definition
  • Fix build error passing std::filesystem::path instead of std::string
  • Fix linker error building against yaml-cpp
  • Quiet warnings caused by including "yaml-cpp/yaml.h"
  • Fix build warning in test_domain_bridge.cpp

~~Also trying to add Windows CI to the GitHub workflow (db17a54)~~

Closes #57

jacobperron avatar Oct 21 '21 22:10 jacobperron