diff options
Diffstat (limited to 'logic/CMakeLists.txt')
-rw-r--r-- | logic/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/logic/CMakeLists.txt b/logic/CMakeLists.txt index 1f6b62bf..df2aea28 100644 --- a/logic/CMakeLists.txt +++ b/logic/CMakeLists.txt @@ -199,6 +199,10 @@ set(LOGIC_SOURCES minecraft/Mod.cpp minecraft/ModList.h minecraft/ModList.cpp + minecraft/World.h + minecraft/World.cpp + minecraft/WorldList.h + minecraft/WorldList.cpp # FTB ftb/OneSixFTBInstance.h |