File tree Expand file tree Collapse file tree 4 files changed +20
-12
lines changed
Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 4343[submodule "zlib "]
4444 path = submodules/zlib
4545 url = https://github.com/madler/zlib
46+ [submodule "submodules/wxTerminalEmulator "]
47+ path = submodules/wxTerminalEmulator
48+ url = https://github.com/eranif/wxTerminalEmulator.git
Original file line number Diff line number Diff line change @@ -100,18 +100,16 @@ endif()
100100
101101target_link_libraries (
102102 plugin
103- PUBLIC
104- ${LINKER_OPTIONS}
105- ${ADDITIONAL_LIBRARIES}
106- ${GTK3_LIBRARIES}
107- ${LIBYAML_CPP}
108- -L "${CL_LIBPATH} "
109- lexers_extra
110- libcodelite
111- lualib
112- LuaBridge
113- PRIVATE
114- dtl )
103+ PUBLIC ${LINKER_OPTIONS}
104+ ${ADDITIONAL_LIBRARIES}
105+ ${GTK3_LIBRARIES}
106+ ${LIBYAML_CPP}
107+ -L "${CL_LIBPATH} "
108+ lexers_extra
109+ libcodelite
110+ lualib
111+ LuaBridge
112+ PRIVATE dtl wxterminal_lib )
115113
116114if (USE_PCH)
117115 codelite_add_pch (plugin )
Original file line number Diff line number Diff line change @@ -47,3 +47,9 @@ include("${wxWidgets_USE_FILE}")
4747
4848add_subdirectory (lua )
4949add_subdirectory (LuaBridge )
50+
51+ # ######################################################################################################################
52+ # wxTerminalEmulator
53+ # ######################################################################################################################
54+ set (BUILD_WXTERMINAL_DEMO OFF )
55+ add_subdirectory (wxTerminalEmulator )
You can’t perform that action at this time.
0 commit comments