cmrc icon indicating copy to clipboard operation
cmrc copied to clipboard

#include <cmrc/cmrc.hpp>

Open yugaoxiang opened this issue 3 years ago • 1 comments

你好 请问#include <cmrc/cmrc.hpp>这个文件是哪里来的,为什么找不到 呢?

yugaoxiang avatar Jan 20 '22 11:01 yugaoxiang

The cmrc/cmrc.hpp file is generated by the CMakeRC.cmake file when you configure your project. A temporary copy will be written into the build output directory to be used by your project when it builds.

vector-of-bool avatar Jan 20 '22 19:01 vector-of-bool