diff --git a/CMakeLists.txt b/CMakeLists.txt index 03e0186..0c8044c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,6 @@ if(APPLE) ) endif() endif() -endif() target_link_libraries(tetris PRIVATE SDL3::SDL3 SDL3_ttf::SDL3_ttf SDL3_image::SDL3_image cpr::cpr nlohmann_json::nlohmann_json)