aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/cityhash-1.0.2/CMakeLists.txt
blob: 4746074d345be4e595be4166b6eaa58fd7d99bee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_library(contrib-restricted-cityhash-1.0.2)
target_include_directories(contrib-restricted-cityhash-1.0.2 PUBLIC
  ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2
)
target_include_directories(contrib-restricted-cityhash-1.0.2 PRIVATE
  ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2
)
target_link_libraries(contrib-restricted-cityhash-1.0.2 PUBLIC
  contrib-libs-cxxsupp
)
target_sources(contrib-restricted-cityhash-1.0.2 PRIVATE
  ${CMAKE_SOURCE_DIR}/contrib/restricted/cityhash-1.0.2/city.cc
)