diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bcf8571..ce435432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -310,7 +310,6 @@ set(RENDERER_GL_SOURCE_FILES "") # Empty by default unless we are compiling with set(RENDERER_VK_SOURCE_FILES "") # Empty by default unless we are compiling with the VK renderer if(ENABLE_OPENGL) - # This may look weird but opengl.hpp is our header even if it's in the third_party folder set(RENDERER_GL_INCLUDE_FILES third_party/opengl/opengl.hpp include/renderer_gl/renderer_gl.hpp include/renderer_gl/textures.hpp @@ -521,4 +520,4 @@ endif() if(ENABLE_LTO OR ENABLE_USER_BUILD) set_target_properties(Alber PROPERTIES INTERPROCEDURAL_OPTIMIZATION TRUE) -endif() \ No newline at end of file +endif()