https://github.com/Kitware/CMake
Raw File
Tip revision: 0b0df2d0638c1505463039bab0669eeb550b0471 authored by Brad King on 13 October 2020, 16:40:27 UTC
CMake 3.19.0-rc1
Tip revision: 0b0df2d
PrePost.cmake
set_directory_properties(PROPERTIES
  VS_GLOBAL_SECTION_POST_Postsec Key1=Value2
  VS_GLOBAL_SECTION_PRE_Presec "Key1=Value1;Key2= Value with some spaces"
  VS_GLOBAL_SECTION_POST_Emptysec "")
back to top