File tree 5 files changed +2332
-7
lines changed
5 files changed +2332
-7
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,17 @@ endif()
29
29
30
30
set (BINFOLDER ${CMAKE_INSTALL_PREFIX} /bin)
31
31
configure_file (resources/scriptpanel.desktop.in scriptpanel.desktop)
32
-
33
- add_executable (scriptpanel
34
- src/main.cpp imgui/examples/imgui_impl_glfw.cpp imgui/examples/imgui_impl_opengl3.cpp
35
- imgui/examples/libs/gl3w/GL/gl3w.c imgui/imgui.cpp imgui/imgui_draw.cpp imgui/imgui_widgets.cpp
36
- )
32
+ include_directories (imgui/backends)
33
+ include_directories (include )
34
+ add_executable (scriptpanel src/main.cpp
35
+ imgui/imgui.cpp
36
+ imgui/imgui_draw.cpp
37
+ imgui/imgui_widgets.cpp
38
+ imgui/imgui_tables.cpp
39
+ imgui/backends/imgui_impl_glfw.cpp
40
+ imgui/backends/imgui_impl_opengl3.cpp
41
+ include /GL/gl3w.c
42
+ )
37
43
target_include_directories (scriptpanel
38
44
PUBLIC imgui
39
45
PUBLIC imgui/examples
You can’t perform that action at this time.
0 commit comments