zivid / zivid-cpp-samples

Code samples for the usage of a Zivid 3D camera in C++
BSD 3-Clause "New" or "Revised" License
21 stars 16 forks source link

Ensure Debug build works out-of-the-box on Windows #53

Open knatten opened 4 years ago

knatten commented 4 years ago

It seems to me that we only get the release versions of Zivid dlls in PATH, so only Release builds of the samples work out of the box. This is especially bad since Debug is the default configuration in VS.

Maybe we need a custom target to copy dlls here too.

SatjaSivcev commented 4 years ago

Why don't we add Zivid\bin_debug in the path with the Zivid SDK installer?

knatten commented 4 years ago

I don't know. Can you ask on Teams?