summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-05-03 14:41:37 -0500
committerAndrew <forkk@forkk.net>2013-05-03 14:41:37 -0500
commit055198303c7bf15f456687838c37650871596946 (patch)
tree6c745d0d4cf3f9da25f6552138a07870544dd642 /CMakeLists.txt
parent1626fa013c86dc9f30254f57b3518211f6d0c65a (diff)
downloadMultiMC-055198303c7bf15f456687838c37650871596946.tar
MultiMC-055198303c7bf15f456687838c37650871596946.tar.gz
MultiMC-055198303c7bf15f456687838c37650871596946.tar.lz
MultiMC-055198303c7bf15f456687838c37650871596946.tar.xz
MultiMC-055198303c7bf15f456687838c37650871596946.zip
Removed old plugin system and implemented some version list stuff.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 032c9265..523d55c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,10 +75,6 @@ include_directories(${LIBMULTIMC_INCLUDE_DIR})
add_subdirectory(libgroupview)
include_directories(${LIBGROUPVIEW_INCLUDE_DIR})
-# Add the stdinstance plugin.
-add_subdirectory(plugins/stdinstance)
-
-
################################ SET UP BUILD OPTIONS ################################