diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-20 12:04:29 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-20 12:04:29 +0100 |
commit | 2ec15c32e4419c94995f78b1d1ef8790e71b3317 (patch) | |
tree | 986f1212e9fa3156a532e912736338edf69964a7 /CMakeLists.txt | |
parent | 69be23c5f629884465dec98efcb9d5a2678b4df5 (diff) | |
download | MultiMC-2ec15c32e4419c94995f78b1d1ef8790e71b3317.tar MultiMC-2ec15c32e4419c94995f78b1d1ef8790e71b3317.tar.gz MultiMC-2ec15c32e4419c94995f78b1d1ef8790e71b3317.tar.lz MultiMC-2ec15c32e4419c94995f78b1d1ef8790e71b3317.tar.xz MultiMC-2ec15c32e4419c94995f78b1d1ef8790e71b3317.zip |
NOISSUE import google analytics from third party
See: https://github.com/HSAnet/qt-google-analytics
Sadly, the API and its internals are not acceptable and it needs changes
upstream likely wouldn't allow.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 25708418..52268530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,6 +91,7 @@ option(NBT_USE_ZLIB "Build NBT library with zlib support" OFF) option(NBT_BUILD_TESTS "Build NBT library tests" OFF) #FIXME: fix unit tests. add_subdirectory(libraries/libnbtplusplus) +add_subdirectory(libraries/ganalytics) # google analytics library add_subdirectory(libraries/hoedown) # markdown parser add_subdirectory(libraries/launcher) # java based launcher part for Minecraft add_subdirectory(libraries/javacheck) # java compatibility checker |