Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yukani committed Oct 6, 2024
1 parent eeb0920 commit b1e5f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ add_subdirectory(spdlog EXCLUDE_FROM_ALL)
add_subdirectory(json EXCLUDE_FROM_ALL)

if (WIN32)
option(FAST_BUILD ON)
option(WIL_BUILD_PACKAGING OFF)
option(WIL_BUILD_TESTS OFF)
add_subdirectory(wil EXCLUDE_FROM_ALL)
endif()

Expand Down

0 comments on commit b1e5f0b

Please sign in to comment.