Skip to content

Commit

Permalink
Also compile google mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Dec 26, 2024
1 parent 5794fce commit ed4267b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions submodules/googletest-qmake/gmock/gmock.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
QT -= core gui

TARGET = gmock
TEMPLATE = lib

CONFIG += staticlib
CONFIG -= debug_and_release
CONFIG += c++17

INCLUDEPATH += \
../../googletest/googlemock/include \
../../googletest/googletest/include \
../../googletest/googlemock

SOURCES = ../../googletest/googlemock/src/gmock-all.cc
2 changes: 1 addition & 1 deletion submodules/googletest-qmake/googletest-qmake.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ TEMPLATE = subdirs

SUBDIRS += \
gtest \
gmock \
gtest_main

0 comments on commit ed4267b

Please sign in to comment.