We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d6555 commit 0dd5fc7Copy full SHA for 0dd5fc7
stbiw/CMakeLists.txt
@@ -1 +1,3 @@
1
message(FATAL_ERROR "请修改 stbiw/CMakeLists.txt!要求生成一个名为 stbiw 的库")
2
+add_library(stbiw STATIC stb_image_write.cpp)
3
+target_include_directories(stbiw PUBLIC .)
0 commit comments