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 3957acc commit 3931040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/L1_testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ file(GLOB TESTS tests/*.cpp)

add_executable(${PROJECT_NAME} ${TESTS})

target_link_libraries(${PROJECT_NAME} Utils ${GTEST_LIBRARIES} gtest_main ctemplate pthread)
target_link_libraries(${PROJECT_NAME} Utils ${GTEST_LIBRARIES} gtest_main gmock_main ctemplate pthread)

install(TARGETS ${PROJECT_NAME} DESTINATION bin)

0 comments on commit 3931040

Please sign in to comment.