diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-09-25 15:16:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-25 07:16:38 -0600 |
| commit | 6f133d204560a78867c95caed16bc9cacf8c07cf (patch) | |
| tree | f0c8ac44cb988ad392446c3371dad1759e546f2f /CMakeLists.txt | |
| parent | f70c9100b080a655fc71e4033206a5eef3844521 (diff) | |
Fix ci (#549)
* try fix ci
* use fmt instead
* try another fix for fmt
* fix link and detect for c++ 20
* invert condition on format
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 66396af39..10d8bc91b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ include(cmake/automate-vcpkg.cmake) set(VCPKG_TRIPLET x64-windows-static) set(VCPKG_TARGET_TRIPLET x64-windows-static) vcpkg_bootstrap() -vcpkg_install_packages(zlib bzip2 libzip libpng sdl2 sdl2-net glew glfw3 nlohmann-json tinyxml2 spdlog libogg libvorbis) +vcpkg_install_packages() set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${PROJECT_NAME}) set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_DEBUGGER_WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) |
