Skip to content

Commit 4053210

Browse files
committed
Clean up build tree, bump vcpkg version
1 parent 23e8ad0 commit 4053210

18 files changed

Lines changed: 6 additions & 700 deletions

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ include(InstallRequiredSystemLibraries)
2121

2222
set(SIMPLEGRAPHIC_SOURCES
2323
"config.h"
24+
"dep/stb/stb_image.h"
25+
"dep/stb/stb_image_write.h"
2426
"engine/common/common.cpp"
2527
"engine/common/console.cpp"
2628
"engine/common/console.h"
@@ -54,8 +56,6 @@ set(SIMPLEGRAPHIC_SOURCES
5456
"engine/system/sys_opengl.h"
5557
"engine/system/sys_video.h"
5658
"win/entry.cpp"
57-
"stb_image.h"
58-
"stb_image_write.h"
5959
"ui.h"
6060
"ui_api.cpp"
6161
"ui_console.cpp"
@@ -146,6 +146,7 @@ target_link_libraries(imgui PUBLIC
146146
target_include_directories(SimpleGraphic
147147
PRIVATE
148148
${CMAKE_CURRENT_SOURCE_DIR}/dep/glad/include
149+
${CMAKE_CURRENT_SOURCE_DIR}/dep/stb
149150
${JPEG_INCLUDE_DIR}
150151
${LUAJIT_INCLUDE_DIR}
151152
)

SimpleGraphic.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

SimpleGraphic.vcxproj

Lines changed: 0 additions & 159 deletions
This file was deleted.

SimpleGraphic.vcxproj.filters

Lines changed: 0 additions & 178 deletions
This file was deleted.
File renamed without changes.

vcpkg

Submodule vcpkg updated 6632 files

0 commit comments

Comments
 (0)