mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
45b4b4b930
Issue: #19708
10 lines
166 B
CMake
10 lines
166 B
CMake
set(CMAKE_VS_GLOBALS
|
|
"DefaultLanguage=en-US"
|
|
"MinimumVisualStudioVersion=10.0"
|
|
"TestProperty=TestValue"
|
|
)
|
|
|
|
enable_language(CXX)
|
|
|
|
add_library(foo foo.cpp)
|