opencv / ade

Apache License 2.0
59 stars 49 forks source link

Fix build issues on Windows with Clang #35

Closed dmatveev closed 10 months ago

dmatveev commented 10 months ago

Building w/LLVM:

Have LLVM, CMake, and Ninja in your PATH. Then:

cmake ..\ade -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
cmake --build . --target GTest
cmake --build .

Should fix #24

dmatveev commented 10 months ago

Unfortunately ADE's GH Actions don't have Windows.. Opened #37, but meanwhile tested this branch locally with MSVS 2019. Sort-of works

dmatveev commented 10 months ago

@TolyaTalamanov @alexgiving can you please have a look on this too? A write access reviewer approval is required (technically)

dmatveev commented 10 months ago

Thanks!