include(FetchContent) FetchContent_Declare( googletest URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip ) FetchContent_MakeAvailable(googletest) include(GoogleTest) add_subdirectory(BFS) add_subdirectory(Divide_Conquer) add_subdirectory(Dynamic_Programming)