From 635785fcf89952b38eb2b378ac79e76360e9e6ce Mon Sep 17 00:00:00 2001 From: Romil Chouhan Date: Sat, 18 Oct 2025 21:41:50 +0530 Subject: [PATCH] @OrderBook @Building Trading Platform as a project * Including CMakeLists.txt outside the core directory to recognize the root folder as a project. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f77a374..aec4fd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,4 +6,4 @@ set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) # Add subdirectories (you can add more later for other C++ components) -add_subdirectory(core) +add_subdirectory(core) \ No newline at end of file