Documentation and Updated LICENSE

This commit is contained in:
Maddie Slockbower 2024-07-24 20:20:23 -04:00
parent d6a7d43d24
commit 188da6f545

View File

@ -41,6 +41,7 @@ set(IMGUI_FREETYPE ON)
# Add ImGui and any extensions # Add ImGui and any extensions
add_subdirectory(External/imgui-docking) add_subdirectory(External/imgui-docking)
add_subdirectory(External/imgui-extras)
add_executable(OpenShaderDesigner add_executable(OpenShaderDesigner
Source/Entry.cpp Source/Entry.cpp
@ -70,6 +71,7 @@ target_link_libraries(OpenShaderDesigner PRIVATE
GLEW::GLEW GLEW::GLEW
OpenGL::GL OpenGL::GL
${SDL2_LIBRARIES} ${SDL2_LIBRARIES}
imgui-extras
) )
# DOXYGEN ============================================================================================================== # DOXYGEN ==============================================================================================================