Skip to content

Commit d017e62

Browse files
committed
temp扩展,添加SOIL(未使用)
1 parent 1a8c212 commit d017e62

File tree

4 files changed

+436
-0
lines changed

4 files changed

+436
-0
lines changed

temp-demo/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include)
88

99
link_directories(${CMAKE_SOURCE_DIR}/lib)
1010
link_libraries(GLFW3)
11+
# link_libraries(SOIL)
1112

1213
list(APPEND CMAKE_CXX_FLAGS "-std=c++11")
1314

@@ -36,6 +37,7 @@ else()
3637
set(LIBS )
3738
endif(WIN32)
3839

40+
# set(LIBS ${LIBS} ${GLFW3} ${SOIL})
3941
set(LIBS ${LIBS} ${GLFW3})
4042

4143
# glad库

0 commit comments

Comments
 (0)