Guest User

Untitled

a guest
Feb 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. find_package(GTest REQUIRED)
  2. if (NOT GTest_FOUND)
  3. message(FATAL_ERROR "Cannot find Google Test Framework!")
  4. endif()
Add Comment
Please, Sign In to add comment