CEA-LIST / N2D2

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.
Other
146 stars 36 forks source link

Multiples issues on Windows #96

Closed olivierbichler-cea closed 2 years ago

olivierbichler-cea commented 2 years ago

And must set:

    CMAKE_INCLUDE_PATH which points at the bottom of your include path (should contain a "google" folder)
    CMAKE_LIBRARY_PATH which should contain "libprotobuf" "libprotobuf-lite" "liteprotoc" .lib files.

(see https://stackoverflow.com/questions/4247251/how-to-make-cmake-find-google-protobuf-on-windows)

olivierbichler-cea commented 2 years ago

These issues are solved now.