Skip to content

Commit

Permalink
Move plugin to new plugins/ top level directory
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Sep 12, 2014
1 parent 33636e2 commit 9d05718
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9d05718

Please sign in to comment.