Skip to content

Commit

Permalink
CMakeLists: purge GMock
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkertVanVerseveld committed Feb 5, 2024
1 parent cf27dc5 commit 860228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ target_include_directories(${TEST_TARGET} PRIVATE
${GAME_INCLUDE_DIRS}
)

target_link_libraries(${TEST_TARGET} PRIVATE ${GAME_LIBRARIES} GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)
target_link_libraries(${TEST_TARGET} PRIVATE ${GAME_LIBRARIES} GTest::gtest GTest::gtest_main)
endif()

# some mvsc magic. will be ignored on other platforms
Expand Down

0 comments on commit 860228a

Please sign in to comment.