14 lines
329 B
CMake
14 lines
329 B
CMake
#
|
|
# Copyright (C) 2017-2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(WIN32)
|
|
set(IGDRCL_SRCS_tests_command_queue_gl
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/enqueue_kernel_gl_tests.cpp
|
|
)
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_command_queue_gl})
|
|
endif()
|