While doing the first configuration in cmake, it fails with that error message
CMake Error in CMakeLists.txt:
Cannot find source file:
D:/Documents/GitHub/Arduino-Source/SerialPrograms/bin/NONE/MSVC/SerialPrograms_autogen/7BCWCOVQL5_/qrc_darkstyle.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc
CMake Error in CMakeLists.txt:
Cannot find source file:
D:/Documents/GitHub/Arduino-Source/SerialPrograms/bin/NONE/MSVC/SerialProgramsLib_autogen/7BCWCOVQL5_/qrc_darkstyle.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc
In the end, it still works but might scare user. Find how to include that generated file properly
While doing the first configuration in cmake, it fails with that error message
In the end, it still works but might scare user. Find how to include that generated file properly