frontend-tools: Add scene switcher plugin

This commit is contained in:
jp9000
2016-09-03 09:15:32 -07:00
parent 988bbc6080
commit 39592ff5eb
10 changed files with 1137 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if(WIN32 OR APPLE)
add_subdirectory(frontend-tools)
endif()