This commit is contained in:
Christian Semmler 2025-02-13 16:07:57 -07:00
parent 0afcae0a52
commit 77b568b3e3

View File

@ -588,7 +588,7 @@ if (MSVC_FOR_DECOMP)
if (ISLE_INCLUDE_ENTROPY)
foreach(tgt IN LISTS lego1_targets beta10_targets)
target_compile_options(${tgt} PRIVATE /FI${PROJECT_SOURCE_DIR}/tools/entropy.h)
target_compile_options(${tgt} PRIVATE /FI${PROJECT_SOURCE_DIR}/entropy.h)
endforeach()
endif()