forked from mirror/openmw-tes3mp
Move plugin to new plugins/ top level directory
This commit is contained in:
parent
33636e218b
commit
9d05718515
5 changed files with 2 additions and 1 deletions
|
@ -531,8 +531,9 @@ add_subdirectory (extern/sdl4ogre)
|
|||
# Components
|
||||
add_subdirectory (components)
|
||||
|
||||
# Plugins
|
||||
if (BUILD_MYGUI_PLUGIN)
|
||||
add_subdirectory(libs/mygui_resource_plugin)
|
||||
add_subdirectory(plugins/mygui_resource_plugin)
|
||||
endif()
|
||||
|
||||
#Testing
|
||||
|
|
Loading…
Reference in a new issue