mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
c8ccd5a9e3
Add Common Package Specification support to export(EXPORT).
10 lines
303 B
CMake
10 lines
303 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/Assertions.cmake)
|
|
|
|
set(out_dir "${RunCMake_BINARY_DIR}/LowerCaseFile-build")
|
|
|
|
file(READ "${out_dir}/lowercase.cps" content)
|
|
expect_value("${content}" "LowerCase" "name")
|
|
|
|
file(READ "${out_dir}/PreserveCase.cps" content)
|
|
expect_value("${content}" "PreserveCase" "name")
|