summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_external_msproject/CustomConfig.cmake
blob: 1afaa0e3be2b5f292ce40561bc9288339355263b (plain)
1
2
3
4
5
6
7
include_external_msproject(external external.project
                           GUID aaa-bbb-ccc-000)
set_target_properties(external PROPERTIES
  MAP_IMPORTED_CONFIG_RELEASE        "Custom - Release"
  MAP_IMPORTED_CONFIG_MINSIZEREL     "Custom - MinSizeRel"
  MAP_IMPORTED_CONFIG_RELWITHDEBINFO "Custom - RelWithDebInfo"
)