Samuel Beer
Samuel Beer
@Rumpelstinsk Don't use `${CMAKE_SOURCE_DIR}/websocketpp` but `${websocketpp_SOURCE_DIR}` . You don't really know where websocketpp sources live after being fetched.
Thank you for your response. Then I'm excited about your upcoming changes! Maybe you could just let the user customize what buttons appear at the bottom bar and get rid...
Not a problem. Here's the recipe: conanfile.py ``` from conan import ConanFile from conan.tools.cmake import CMakeToolchain, CMake, cmake_layout, CMakeDeps from conan.errors import ConanInvalidConfiguration from conan.tools.build import check_min_cppstd from conan.tools.files import...
@Nekto89 Thanks for the tipp, tried it, but still the same error @franramirez688 Tried that as well, also no success. I'll try to reproduce this on my windows in wsl,...
Well there might be such cases, I can remember that I probably did that sometimes. I mean in theory you could also have multiple *.cpp implementation files for one header...
I wanted to drop in as a secondary embedded designer to emphasize the importance of what @pylorak 's is suggesting. The afforementioned mandatory elision could be big chance to implement...