Re: Problem linking the Class++ example with Conan and CMake

2019-06-30 Thread Akim Demaille
> Le 30 juin 2019 à 18:45, Wouter Beek a écrit : > > Hi, Hi Wouter, > I'm trying to build the example calc++ program with Conan and CMake: > https://github.com/wouterbeek/conan-cmake-bison-flex That sounds interesting! > The promise of Conan and CMake is that one could ultimately build a >

Problem linking the Class++ example with Conan and CMake

2019-06-30 Thread Wouter Beek
Hi, I'm trying to build the example calc++ program with Conan and CMake: https://github.com/wouterbeek/conan-cmake-bison-flex The promise of Conan and CMake is that one could ultimately build a Flex/Bison program on multiple platforms, which is more difficult with traditional build systems. Unfo