BUILD: Move buildfiles & improved prop includes (#10251)

* moved buildfiles to subdirectory

* fix msvc build

* fix cmake build
This commit is contained in:
polar 2021-05-15 19:20:12 +01:00 committed by GitHub
parent 7a9a46e093
commit 11bace8804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 75 additions and 91 deletions

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Common default props for defining properties with macros. Import right after Microsoft.Cpp.Default.props -->
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup Label="Configuration">
<PlatformToolSet>$(DefaultPlatformToolset)</PlatformToolSet>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup />
</Project>