From ab08026202ca7be97fde88bb6300f198acb8b872 Mon Sep 17 00:00:00 2001 From: gwm17 Date: Thu, 14 Jul 2022 17:13:31 -0400 Subject: [PATCH] Forgot to add CMakeLists update --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bcdb52..efdf856 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,4 +17,5 @@ find_package(ROOT REQUIRED COMPONENTS Gui) set(EVB_BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bin) set(EVB_LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib) +add_subdirectory(vendor/yaml-cpp) add_subdirectory(src) \ No newline at end of file