Skip to content

Commit

Permalink
Revert "Update"
Browse files Browse the repository at this point in the history
This reverts commit e8214e7.
  • Loading branch information
gmh5225 committed Nov 10, 2023
1 parent e8214e7 commit fd3d375
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test_mode = "ENABLE_TEST"

[project]
name = "libwindrv"
include-before = ["cmake/msvc-configurations.cmake"]
msvc-runtime = "static"

[variables]
Expand Down
8 changes: 8 additions & 0 deletions cmake/msvc-configurations.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Set up a more familiar Visual Studio configuration
# Override these options with -DCMAKE_OPTION=Value
#
# See: https://cmake.org/cmake/help/latest/command/set.html#set-cache-entry
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "")
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/DEBUG:FULL /INCREMENTAL:NO" CACHE STRING "")
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "/DEBUG:FULL /INCREMENTAL:NO" CACHE STRING "")
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")

0 comments on commit fd3d375

Please sign in to comment.