File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 42
42
<Import Condition =" '$(SolutionName)'=='GPUPerfAPI-Full'" Project =" $(BaseDir)GPA-Internal/Build/VS2015/GPA-Deliverable.props" />
43
43
<Import Condition =" '$(SolutionName)'=='GPUPerfAPI-Full'" Project =" $(BaseDir)GPA-Internal/Build/VS2015/GPA-Internal.props" />
44
44
</ImportGroup >
45
+ <ItemDefinitionGroup >
46
+ <ClCompile >
47
+ <AdditionalIncludeDirectories >..\..\Src\GPUPerfAPICounterGenerator;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
48
+ </ClCompile >
49
+ </ItemDefinitionGroup >
45
50
<ItemGroup >
46
51
<ClCompile Include =" ..\..\Src\GPUPerfAPICounters\GPUPerfAPICounters.cpp" />
47
52
</ItemGroup >
Original file line number Diff line number Diff line change 8
8
#ifndef _GPUPERFAPI_COUNTERS_H_
9
9
#define _GPUPERFAPI_COUNTERS_H_
10
10
11
+ #include "GPUPerfAPITypes-Private.h"
12
+ #include "GPAICounterAccessor.h"
13
+ #include "GPAICounterScheduler.h"
14
+
11
15
/// macro to export public API functions
12
16
#ifndef GPUPERFAPI_COUNTERS_DECL
13
17
#ifdef _WIN32
You can’t perform that action at this time.
0 commit comments