Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sethulakshmisk committed Oct 3, 2023
1 parent ffac566 commit 3957acc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions unit_tests/L1_testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ find_package(ctemplate REQUIRED)

include_directories(${GTEST_INCLUDE_DIRS})

include(FetchContent)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
)
FetchContent_MakeAvailable(googletest)

add_library(Utils SHARED
STATIC
../../utils/source/DobbyUtils.cpp
Expand Down

0 comments on commit 3957acc

Please sign in to comment.