Setting build target in CLion

后端 未结 3 2148
粉色の甜心
粉色の甜心 2021-02-19 00:41

I\'m trying to set up CLion (windows 8.1, 64-bit, using cygwin and not mingw), and I\'m trying to compile+run a project, but I don\'t know what to do here:

3条回答
  •  时光取名叫无心
    2021-02-19 01:14

    Check in CMakeLists.txt that the line set(SOURCE_FILES main.cpp ... does not reference files that does not exist. It solved it for me.

提交回复
热议问题