diff options
Diffstat (limited to 'src/Mobs')
-rw-r--r-- | src/Mobs/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/CMakeLists.txt b/src/Mobs/CMakeLists.txt index 5934a6616..572dab593 100644 --- a/src/Mobs/CMakeLists.txt +++ b/src/Mobs/CMakeLists.txt @@ -70,4 +70,3 @@ SET (HDRS if(NOT MSVC) add_library(Mobs ${SRCS} ${HDRS}) endif() -add_subdirectory(Components) |