summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-03-15 09:27:45 +0100
committerPetr Mrázek <peterix@gmail.com>2018-03-15 09:27:45 +0100
commit303842a19e4893e4ac6784d60aca990b4276d0ec (patch)
tree6dcaffa82816bfa00e58c9e824be9d69cd2f0102 /application/CMakeLists.txt
parentea151ca9d4124851e96553699cee1c2832c10b8f (diff)
downloadMultiMC-303842a19e4893e4ac6784d60aca990b4276d0ec.tar
MultiMC-303842a19e4893e4ac6784d60aca990b4276d0ec.tar.gz
MultiMC-303842a19e4893e4ac6784d60aca990b4276d0ec.tar.lz
MultiMC-303842a19e4893e4ac6784d60aca990b4276d0ec.tar.xz
MultiMC-303842a19e4893e4ac6784d60aca990b4276d0ec.zip
NOISSUE Add Konami Code
Fun little thing for hiding extra debug options in the future.
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r--application/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index 148b6d9f..48c1a359 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -31,6 +31,10 @@ SET(MULTIMC_SOURCES
ColorCache.cpp
HoeDown.h
+ # Super secret!
+ KonamiCode.h
+ KonamiCode.cpp
+
# GUI - windows
MainWindow.h
MainWindow.cpp