zone-utilities
zone-utilities copied to clipboard
CMake error on Ubuntu 18
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)