Possibility to apply additional build options

Change-Id: Ic654f57b462e32f464db9df94aed1061bc5a7bac
This commit is contained in:
Pawel Wilma
2019-01-24 10:00:27 +01:00
committed by sys_ocldev
parent de022cc0eb
commit 09c62ca44c
5 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
/*
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/program/program.h"
namespace OCLRT {
void Program::applyAdditionalOptions() {
}
}; // namespace OCLRT