CodeCommitsIssuesPull requestsActionsInsightsSecurity
6369004cce09cd7f49ce9d6f09496aed6c995103

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

contrib/libfarmhash/CMakeLists.txt

9lines · modecode

1add_library(farmhash
2 farmhash.cc
3 farmhash.h)
4
5if (MSVC)
6 target_compile_definitions (farmhash PRIVATE FARMHASH_NO_BUILTIN_EXPECT=1)
7endif ()
8
9target_include_directories (farmhash PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})