1
0
Fork 0
forked from lthn/blockchain

tests: PCH fixed for db_size_test

This commit is contained in:
sowle 2025-08-26 21:51:49 +03:00
parent 6a4fc0d34f
commit 8e237a054c
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -67,4 +67,5 @@ if(MSVC AND USE_PCH)
set_property(SOURCE "core_tests/chaingen_pch.cpp" APPEND_STRING PROPERTY COMPILE_FLAGS " /Ycchaingen.h /Zm1000")
set_property(TARGET coretests functional_tests hash-target-tests performance_tests unit_tests APPEND_STRING PROPERTY LINK_FLAGS "$(MSBuildProjectDirectory)/../src/$(ConfigurationName)/stdafx.obj")
set_property(TARGET db_tests APPEND_STRING PROPERTY LINK_FLAGS "$(MSBuildProjectDirectory)/../../src/$(ConfigurationName)/stdafx.obj")
set_property(TARGET db_size_test APPEND_STRING PROPERTY LINK_FLAGS "$(MSBuildProjectDirectory)/../../src/$(ConfigurationName)/stdafx.obj")
endif()