mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Move plugin to new plugins/ top level directory
This commit is contained in:
parent
33636e218b
commit
9d05718515
@ -531,8 +531,9 @@ add_subdirectory (extern/sdl4ogre)
|
|||||||
# Components
|
# Components
|
||||||
add_subdirectory (components)
|
add_subdirectory (components)
|
||||||
|
|
||||||
|
# Plugins
|
||||||
if (BUILD_MYGUI_PLUGIN)
|
if (BUILD_MYGUI_PLUGIN)
|
||||||
add_subdirectory(libs/mygui_resource_plugin)
|
add_subdirectory(plugins/mygui_resource_plugin)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#Testing
|
#Testing
|
||||||
|
Loading…
Reference in New Issue
Block a user