From dc3ae65c64c651e1c20a64429b034b0c284db060 Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Tue, 13 Dec 2022 19:54:59 +0200 Subject: [PATCH] chore: Added governance sources files in CMake (#5105) ## Issue being fixed or feature implemented Added governance sources files in CMake so they can be indexed by IDE. ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation **For repository code-owners and collaborators only** - [ ] I have assigned this pull request to a milestone --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0dadffebe..2a31b734b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,8 @@ file(GLOB SOURCE_FILES src/crypto/*.h src/evo/*.cpp src/evo/*.h + src/governance/*.cpp + src/governance/*.h src/leveldb/db/*.cc src/leveldb/db/*.h src/leveldb/include/*.h