From 6529b4deefd336fbf5b8c3b27a1507a357224783 Mon Sep 17 00:00:00 2001 From: wind717 Date: Tue, 19 Jul 2022 00:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E5=AE=8C=E6=88=90=E4=BA=86=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stbiw/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stbiw/CMakeLists.txt b/stbiw/CMakeLists.txt index b56b853..476f15b 100644 --- a/stbiw/CMakeLists.txt +++ b/stbiw/CMakeLists.txt @@ -1 +1,2 @@ -message(FATAL_ERROR "请修改 stbiw/CMakeLists.txt!要求生成一个名为 stbiw 的库") +add_library(stbiw STATIC stbiw.cpp) +