From 8de87c6f2e5896ab4ff7fa473293a0af26f78285 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Mon, 8 Apr 2024 13:37:57 +0200 Subject: CMake: Exclude Guichan headers and library from install Otherwise they are included in the NSIS installer, as well. We don't need the Guichan library since we link to it statically. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b13ead11..9da0ca6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ if(APPLE OR NOT USE_SYSTEM_GUICHAN) SET(ENABLE_SDL OFF) SET(ENABLE_OPENGL OFF) SET(BUILD_GUICHAN_SHARED OFF) - ADD_SUBDIRECTORY(libs/guichan) + ADD_SUBDIRECTORY(libs/guichan EXCLUDE_FROM_ALL) endif() ADD_SUBDIRECTORY(src) -- cgit v1.2.3-70-g09d2