zone-utilities icon indicating copy to clipboard operation
zone-utilities copied to clipboard

CMake error on Ubuntu 18

Open zmertens opened this issue 5 years ago • 0 comments

CMake Error at common/CMakeLists.txt:82 (SOURCE_GROUP):
  SOURCE_GROUP Unknown argument "graphics/imgui_glfw.cpp".  Perhaps the FILES
  keyword is missing.

On line 82 I added FILES keyword and it works

SOURCE_GROUP(graphics FILES graphics/imgui_glfw.cpp graphics/imgui_glfw.h)

zmertens avatar Mar 12 '19 05:03 zmertens