Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Dec 21, 2023
1 parent 441d1cf commit bfe24cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vowpalwabbit/test_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ vw_add_library(
NAME "test_common"
TYPE "STATIC_ONLY"
SOURCES ${vw_test_common_sources}
PUBLIC_DEPS vw_common vw_config vw_core
PUBLIC_DEPS vw_common vw_config vw_core GTest::gmock GTest::gtest
DESCRIPTION "Test utilties"
EXCEPTION_DESCRIPTION "Yes"
)

target_include_directories(vw_test_common PRIVATE $<TARGET_PROPERTY:vw_core,INCLUDE_DIRECTORIES>)
target_include_directories(vw_test_common PRIVATE $<TARGET_PROPERTY:vw_core,INCLUDE_DIRECTORIES>)

0 comments on commit bfe24cb

Please sign in to comment.