Skip to content

Commit

Permalink
- Everything builds with log_surgeon
Browse files Browse the repository at this point in the history
- Unit tests all work
  • Loading branch information
SharafMohamed committed Jun 1, 2023
1 parent b30e9c5 commit bebcf98
Show file tree
Hide file tree
Showing 19 changed files with 750 additions and 432 deletions.
8 changes: 8 additions & 0 deletions components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ set(SOURCE_FILES_clp
src/Profiler.hpp
src/Query.cpp
src/Query.hpp
src/QueryToken.cpp
src/QueryToken.hpp
src/ReaderInterface.cpp
src/ReaderInterface.hpp
src/SQLiteDB.cpp
Expand Down Expand Up @@ -373,6 +375,8 @@ set(SOURCE_FILES_clg
src/Profiler.hpp
src/Query.cpp
src/Query.hpp
src/QueryToken.cpp
src/QueryToken.hpp
src/ReaderInterface.cpp
src/ReaderInterface.hpp
src/SQLiteDB.cpp
Expand Down Expand Up @@ -493,6 +497,8 @@ set(SOURCE_FILES_clo
src/Profiler.hpp
src/Query.cpp
src/Query.hpp
src/QueryToken.cpp
src/QueryToken.hpp
src/ReaderInterface.cpp
src/ReaderInterface.hpp
src/SQLiteDB.cpp
Expand Down Expand Up @@ -671,6 +677,8 @@ set(SOURCE_FILES_unitTest
src/Profiler.hpp
src/Query.cpp
src/Query.hpp
src/QueryToken.cpp
src/QueryToken.hpp
src/ReaderInterface.cpp
src/ReaderInterface.hpp
src/SQLiteDB.cpp
Expand Down
Loading

0 comments on commit bebcf98

Please sign in to comment.