6 lines
292 B
CMake
6 lines
292 B
CMake
# 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_BUILD_TYPE "Release" CACHE STRING "") |