From 58c0439ae1d03def56801209af50bbb38dc4c81c Mon Sep 17 00:00:00 2001 From: atdunbg <979541498@qq.com> Date: Wed, 28 May 2025 11:06:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20CMakeLists.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b321f8..1ea3558 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ set(PROJECT_NAME "${PROJECT_NAME}-console") add_executable(${PROJECT_NAME} ${SOURCE_CODE}) target_link_libraries(${PROJECT_NAME} - ${SDL3_LIBRARIES} + ${SDL2_LIBRARIES} SDL2_mixer::SDL2_mixer SDL2_ttf::SDL2_ttf SDL2_image::SDL2_image