Documentation and Updated LICENSE
This commit is contained in:
parent
d6a7d43d24
commit
188da6f545
@ -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 ==============================================================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user