CMake unable to determine linker language with C++

后端 未结 10 1693
野趣味
野趣味 2020-11-28 06:41

I\'m attempting to run a cmake hello world program on Windows 7 x64 with both Visual Studio 2010 and Cygwin, but can\'t seem to get either to work. My directory structure is

10条回答
  •  醉梦人生
    2020-11-28 07:12

    By default the JNI Native folder is named as jni . Renaming it to cpp fixed the issue

提交回复
热议问题