mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Add header files to gmock target
This commit is contained in:
parent
640445fc48
commit
684495c887
@ -110,7 +110,9 @@ include_directories(. gmock)
|
|||||||
# pre-compiled copy of Google Test (for example, into /usr/local)?"
|
# pre-compiled copy of Google Test (for example, into /usr/local)?"
|
||||||
# at http://code.google.com/p/googletest/wiki/FAQ for more details.
|
# at http://code.google.com/p/googletest/wiki/FAQ for more details.
|
||||||
|
|
||||||
add_library(gmock STATIC gmock/gmock-gtest-all.cc)
|
add_library(gmock STATIC
|
||||||
|
gmock/gmock-gtest-all.cc gmock/gmock/gmock.h
|
||||||
|
gmock/gtest/gtest.h gmock/gtest/gtest-spi.h)
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
target_link_libraries(gmock ${CMAKE_THREAD_LIBS_INIT})
|
target_link_libraries(gmock ${CMAKE_THREAD_LIBS_INIT})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user