4a30258d91
Add "RunCMake.include_external_msproject" test to use the TYPE, GUID, and PLATFORM options to include_external_msproject. Since projects with custom types and platforms cannot be loaded without special VS plugins validate the results by directly parsing the generated solution (.sln). Co-Author: Leonid Yurchenko <nocturne@qarea.com>
7 lines
158 B
CMake
7 lines
158 B
CMake
include(RunCMake)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/check_utils.cmake)
|
|
|
|
run_cmake(CustomGuid)
|
|
run_cmake(CustomTypePlatform)
|
|
run_cmake(CustomGuidTypePlatform)
|