summaryrefslogtreecommitdiff
path: root/configurecompiler.cmake
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-2/+4
Bring back functionality for loading IJW assemblies and calling managed->native. Also add workaround to test case for the C++ compiler inserting calls to mscoree.
2018-08-16Build-test.sh handles native test assets (#19430)Aaron Robinson1-0/+554
* Respect Windows script argument to skip package building. * Bring build.sh logic closer to build.cmd with respect to passing CMAKE flags for building tests * Make cmake gen script find override file without using script arguments * build-test.sh can now build native test projects Remove compileoptions.cmake and push contents into configurecompiler.cmake which contains compiler configuration from repo root CMakeLists.txt