Skip to content

Commit

Permalink
Rename stb_image.c to stb.c (nothings#3)
Browse files Browse the repository at this point in the history
* Rename stb_image.c to stb.c

* Update CMakeLists.txt
  • Loading branch information
squid233 committed Sep 18, 2022
1 parent b536cfe commit f2c3f5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.10)

project(stb)

add_library(stb SHARED stb_image.c)
add_library(stb SHARED stb.c)
File renamed without changes.

0 comments on commit f2c3f5a

Please sign in to comment.