diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bc06b0e..60e92e8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -559,6 +559,8 @@ SET(MULTIMC_SOURCES logic/ftb/LegacyFTBInstance.cpp logic/ftb/FTBProfileStrategy.h logic/ftb/FTBProfileStrategy.cpp + logic/ftb/FTBPlugin.h + logic/ftb/FTBPlugin.cpp # the screenshots feature logic/screenshots/Screenshot.h |