Files
SOM/plugins/CMakeLists.txt
Triplehx3 ac85f22bb5 Implement Plugin Loading.
This commit adds plugin laoding which are then added as sub winows onto the main window.
This commit also adds 2 plugins however more will follow
2025-11-10 21:42:51 +00:00

3 lines
68 B
CMake

add_subdirectory(WebBrowserPlugin)
add_subdirectory(TerminalPlugin)