Skip to content

Instantly share code, notes, and snippets.

@estan
Created December 1, 2019 12:52
Show Gist options
  • Save estan/3034ecd25214e51f9d1c5066938a1e8d to your computer and use it in GitHub Desktop.
Save estan/3034ecd25214e51f9d1c5066938a1e8d to your computer and use it in GitHub Desktop.
My src/libs/thirdparty/CMakeLists.txt
unset(CMAKE_CXX_CLANG_TIDY)
add_subdirectory(ed25519)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
if (MSVC)
# Workaround for https://github.com/google/googletest/issues/1373
add_definitions(/D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING)
endif()
add_subdirectory(googletest-release-1.8.1 EXCLUDE_FROM_ALL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment