From fa1455f4f4a294359cf2820173ea5355e4010e4b Mon Sep 17 00:00:00 2001 From: elasota <1137273+elasota@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:24:57 -0400 Subject: [PATCH] Add tool shim files to MakeTimestamp --- CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e35328f..efafa61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -375,8 +375,11 @@ target_include_directories(gpr2gpa PRIVATE ) target_link_libraries(gpr2gpa PortabilityLayer MacRomanConversion zlib) -add_executable(MakeTimestamp EXCLUDE_FROM_ALL MakeTimestamp/MakeTimestamp.cpp) -target_include_directories(MakeTimestamp PRIVATE PortabilityLayer) +add_executable(MakeTimestamp EXCLUDE_FROM_ALL + MakeTimestamp/MakeTimestamp.cpp + WindowsUnicodeToolShim/UnixUnicodeToolShim.cpp + ) +target_include_directories(MakeTimestamp PRIVATE PortabilityLayer WindowsUnicodeToolShim) target_link_libraries(MakeTimestamp PortabilityLayer) add_executable(FTagData EXCLUDE_FROM_ALL