mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
Prepare to use gmm as dll on Windows
Since this commit neo on Windows can use static or shared gmm lib Change-Id: I7db70d7f9bc969e8193ac77e8b6d65ecc57d0093
This commit is contained in:
committed by
sys_ocldev
parent
c1782b802a
commit
98b8b4b6a4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -32,6 +32,7 @@ namespace Os {
|
||||
const char *frontEndDllName = "mock_igdfcl.dll";
|
||||
const char *igcDllName = "mock_igc.dll";
|
||||
const char *gdiDllName = "gdi32_mock.dll";
|
||||
const char *gmmDllName = "mock_gmm.dll";
|
||||
const char *testDllName = "test_dynamic_lib.dll";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user