From 2894b406acb4ca2bf388d6f8a0b13df9ec94d23c Mon Sep 17 00:00:00 2001 From: expwnent Date: Mon, 30 Jun 2014 02:54:15 -0400 Subject: [PATCH] Sorted devel CMakeList. --- plugins/devel/CMakeLists.txt | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/plugins/devel/CMakeLists.txt b/plugins/devel/CMakeLists.txt index e20e20ce8..688c2253d 100644 --- a/plugins/devel/CMakeLists.txt +++ b/plugins/devel/CMakeLists.txt @@ -2,27 +2,25 @@ IF(UNIX) DFHACK_PLUGIN(vectors vectors.cpp) endif() -DFHACK_PLUGIN(kittens kittens.cpp) -#DFHACK_PLUGIN(rawdump rawdump.cpp) -#DFHACK_PLUGIN(itemhacks itemhacks.cpp) -DFHACK_PLUGIN(notes notes.cpp) -DFHACK_PLUGIN(memview memview.cpp) +DFHACK_PLUGIN(autolabor2 autolabor2.cpp) DFHACK_PLUGIN(buildprobe buildprobe.cpp) -DFHACK_PLUGIN(tilesieve tilesieve.cpp) -DFHACK_PLUGIN(frozen frozen.cpp) -DFHACK_PLUGIN(dumpmats dumpmats.cpp) -#DFHACK_PLUGIN(tiles tiles.cpp) DFHACK_PLUGIN(counters counters.cpp) +DFHACK_PLUGIN(dumpmats dumpmats.cpp) +DFHACK_PLUGIN(eventExample eventExample.cpp) +DFHACK_PLUGIN(frozen frozen.cpp) +DFHACK_PLUGIN(kittens kittens.cpp) +DFHACK_PLUGIN(memview memview.cpp) +DFHACK_PLUGIN(nestboxes nestboxes.cpp) +DFHACK_PLUGIN(notes notes.cpp) +DFHACK_PLUGIN(onceExample onceExample.cpp) +DFHACK_PLUGIN(printArgs printArgs.cpp) +DFHACK_PLUGIN(rprobe rprobe.cpp) +DFHACK_PLUGIN(stepBetween stepBetween.cpp) DFHACK_PLUGIN(stockcheck stockcheck.cpp) DFHACK_PLUGIN(stripcaged stripcaged.cpp) -DFHACK_PLUGIN(rprobe rprobe.cpp) -DFHACK_PLUGIN(nestboxes nestboxes.cpp) +DFHACK_PLUGIN(tilesieve tilesieve.cpp) DFHACK_PLUGIN(vshook vshook.cpp) -DFHACK_PLUGIN(autolabor2 autolabor2.cpp) -DFHACK_PLUGIN(eventExample eventExample.cpp) -DFHACK_PLUGIN(printArgs printArgs.cpp) -DFHACK_PLUGIN(onceExample onceExample.cpp) + IF(UNIX) DFHACK_PLUGIN(ref-index ref-index.cpp) ENDIF() -DFHACK_PLUGIN(stepBetween stepBetween.cpp)