From cf77acfa0fab7b3dd42781b483835a85b12308f2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 29 Aug 2022 12:40:04 -0400 Subject: Rewrite file header peeking. --- tests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2190875..5990374 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -29,3 +29,6 @@ target_link_libraries(testdrive ${CMAKE_THREAD_LIBS_INIT} xsig ) +if(WIN32) + target_link_libraries(testdrive shell32 kernel32) +endif() -- cgit v1.2.3