error: ‘glCopyImageSubDataNV’ was not declared in this scope 解决办法

打开 CMakeLists.txt 发现,没有将Pangolin链接过来,因此在文件末尾加上

target_link_libraries(trajError ${Pangolin_LIBRARIES})

就可以编译编译通过了。

你可能感兴趣的:(c++)