summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-01-27PAL Tests: Centralize common code (#9151)Frederik Carlier1-3/+1
Create a single COMMON_TEST_LIBRARIES variable which contains all libraries with which the tests link.
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by ↵kchoi1-1/+1
building entire project as C++ for Unix (#6801) Enable building CoreCLR as C++ project on Unix This series of patches fixes the strict aliasing violation from the conditional typedef of wchar_t in src/pal/inc/pal_char16.h:40 * rename c files to cpp * modify all cmake files to change .c files to .cpp * apply c++ linkage to templates
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-2/+2
Simply change the case of the library the PAL lives in so that is all lowercase.
2015-02-06lrt is not cross platform, lets put this back in when we verify this branch ↵Geoff Norton1-1/+0
on linux
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+20
[tfs-changeset: 1407945]