X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=CMakeLists.txt;h=c17760a2ed731b3d2c9e21cc81206a24c3d6f9d8;hp=38886d6599ab08e0eed0d65f678a967a2836d5df;hb=b3e7df8220f410398011fea71b280ba8be459fcc;hpb=c2e28878d8f88359599da03080fbbe71dac2e80f diff --git a/CMakeLists.txt b/CMakeLists.txt index 38886d65..c17760a2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -263,6 +263,10 @@ if (BUILD_TESTS) ${FOLLY_DIR}/io/async/test/UndelayedDestruction.h ${FOLLY_DIR}/io/async/test/Util.h ) + target_compile_definitions(folly_test_support + PUBLIC + ${LIBGMOCK_DEFINES} + ) target_include_directories(folly_test_support PUBLIC ${LIBGMOCK_INCLUDE_DIR}