From cb0070e5d6de0885de687ef2586d6dc06f5853a0 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 18 Feb 2024 02:09:31 +0100 Subject: Extracted third-party SHA1 to contrib/ --- StarsEx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StarsEx/CMakeLists.txt') diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt index 1c443b1..0f56b97 100644 --- a/StarsEx/CMakeLists.txt +++ b/StarsEx/CMakeLists.txt @@ -210,7 +210,6 @@ add_library( ScrollWindow.cpp SeekerAI.cpp Sensor.cpp - Sha1.cpp Shadow.cpp Shield.cpp ShieldRep.cpp @@ -285,6 +284,7 @@ target_link_libraries( PUBLIC Ogg::ogg PUBLIC Png::png PUBLIC Opcode + PRIVATE Sha1 ) target_compile_definitions( StarsEx -- cgit v1.1