Browse Source

Move picosha2.h to 3rdParty

pull/2568/head
obligaron 5 years ago committed by Anders Jenbo
parent
commit
e3a2142941
  1. 0
      3rdParty/PicoSHA2/picosha2.h
  2. 1
      CMakeLists.txt

0
test/picosha2.h → 3rdParty/PicoSHA2/picosha2.h vendored

1
CMakeLists.txt

@ -587,6 +587,7 @@ if(RUN_TESTS)
target_include_directories(devilutionx-tests PRIVATE ${GTEST_INCLUDE_DIRS})
target_link_libraries(devilutionx-tests PRIVATE libdevilutionx)
target_link_libraries(devilutionx-tests PRIVATE ${GTEST_LIBRARIES})
target_include_directories(devilutionx-tests PRIVATE 3rdParty/PicoSHA2)
if(ENABLE_CODECOVERAGE)
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
message(WARNING "Codecoverage not supported with MSVC")

Loading…
Cancel
Save