Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/ElementsConfigApp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ elseif (WIN32)

if (MSVC)

if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
set_property(TARGET ${ELEMENTS_APP_PROJECT} PROPERTY
MSVC_RUNTIME_LIBRARY "MultiThreadedDebug"
)
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ elseif (WIN32)
BOOST_REGEX_NO_LIB
)

if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
set_property(TARGET elements PROPERTY
MSVC_RUNTIME_LIBRARY "MultiThreadedDebug"
)
Expand Down
6 changes: 6 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "elements",
"version-date": "2026-06-20",
"dependencies": ["pkgconf", "cairo", "fontconfig", "freetype", "libwebp"],
"builtin-baseline": "566f9496b7e00ee0cc00aca0ab90493d122d148a"
}