diff --git a/.gitmodules b/.gitmodules index 45325c7..e28af12 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "DbNesEmulator"] path = DbNesEmulator url = https://github.com/0xFEEDC0DE64/DbNesEmulator.git +[submodule "DbLogAnalyzer"] + path = DbLogAnalyzer + url = https://github.com/0xFEEDC0DE64/DbLogAnalyzer.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 56e03b0..1eb0fe8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ ENDFUNCTION(optional_add_subdirectory) add_subdirectory(3rdparty) optional_add_subdirectory(DbDatabaseTree) optional_add_subdirectory(DbHashCracker) +optional_add_subdirectory(DbLogAnalyzer) optional_add_subdirectory(DbMessaging) optional_add_subdirectory(DbNeuralNet) optional_add_subdirectory(DbNesEmulator) diff --git a/DbLogAnalyzer b/DbLogAnalyzer index 2d50405..a20580e 160000 --- a/DbLogAnalyzer +++ b/DbLogAnalyzer @@ -1 +1 @@ -Subproject commit 2d50405fa4c2f58ec52fc522996b42dc6f5cbe21 +Subproject commit a20580ebebc59cf83480c5d51707a06e986596a1