Richard
Richard
'goreporter' is not recognized as an internal or external command,operable program or batch file


`RuntimeError: CUDA out of memory. Tried to allocate 7.74 GiB (GPU 0; 23.69 GiB total capacity; 18.60 GiB already allocated; 2.78 GiB free; 19.05 GiB reserved in total by PyTorch)...
我对CMake不是很熟悉,我现在想把编译好的framelesshelper文件引入到我自己的项目中的步骤应该是怎样的呀? 这是我的编译过程: ```bash cmake -DCMAKE_PREFIX_PATH=D:\Qt\6.6.0\msvc2019_64\ -DCMAKE_INSTALL_PREFIX=F:/Code_WorkSpace/QtWorkSpace/framelesshelper/build/install -DCMAKE_BUILD_TYPE=Release -GNinja .. -G "Visual Studio 17 2022" ``` ```bash cmake --build . --parallel ``` 然后得到这些文件:  然后把编译好的framelesshelper拷贝到自己项目文件夹 我自己的项目CMakeFiles.txt: ```cmake cmake_minimum_required(VERSION 3.16) project(QMeeting VERSION...