From 17289985a4a0c506a3e729c922915f0248134838 Mon Sep 17 00:00:00 2001 From: Underdisc Date: Wed, 1 Jun 2022 12:45:40 +0200 Subject: [PATCH] Update comment --- code/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 3b5c530a5..b87bc665f 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1176,7 +1176,7 @@ ENDIF() ADD_LIBRARY( assimp ${assimp_src} ) ADD_LIBRARY(assimp::assimp ALIAS assimp) -# Remove any dllexport tags when building a static library. +# Add or remove dllexport tags depending on the library type. IF (BUILD_SHARED_LIBS) TARGET_COMPILE_DEFINITIONS(assimp PRIVATE ASSIMP_BUILD_DLL_EXPORT) ELSE ()