Move plugin to new plugins/ top level directory

pull/261/head
scrawl 10 years ago
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…
Cancel
Save