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)
|