diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b4d06f9ce..b219020be 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1252,6 +1252,7 @@ include_directories( common/cutscenes common/thirdparty/libsmackerdec/include common/thirdparty + common/thirdparty/stb common/textures common/textures/formats common/textures/hires @@ -1490,6 +1491,7 @@ source_group("Common\\Third Party" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_D source_group("Common\\Third Party\\Math" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/common/thirdparty/math/.+") source_group("Common\\Third Party\\RapidJSON" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/common/thirdparty/rapidjson/.+") source_group("Common\\Third Party\\SFMT" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/common/thirdparty/sfmt/.+") +source_group("Common\\Third Party\\stb" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/common/thirdparty/stb/.+") source_group("Utility" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/utility/.+") source_group("Utility\\Node Builder" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/utility/nodebuilder/.+") source_group("Utility\\Smackerdec" REGULAR_EXPRESSION "^${CMAKE_CURRENT_SOURCE_DIR}/smackerdec/.+") diff --git a/src/common/textures/formats/stb_image.h b/src/common/thirdparty/stb/stb_image.h similarity index 100% rename from src/common/textures/formats/stb_image.h rename to src/common/thirdparty/stb/stb_image.h