summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/object
Commit message (Collapse)AuthorAgeFilesLines
* MSVC: Always define a character setAJIOB2025-10-071-0/+3
| | | | | | | | | | When targeting the MSVC ABI, define `_MBCS` by default if the project does not define `_SBCS` or `_UNICODE`. Visual Studio has long defined one of the three character set macros automatically. For consistency, define it when compiling for the MSVC ABI with other generators. Add policy CMP0204 for compatibility. Fixes: #27275
* fileapi: Add test for codemodel v2Kyle Edwards2018-12-121-0/+13