Files
compute-runtime/unit_tests/helpers/windows/CMakeLists.txt
Maciej Dziuban aae31c3c1b Add windows specific CMakeLists.txt for helpers
Change-Id: I2fe16e3f95f78bc678838d6c00f89de09a1a9c5f
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
2019-06-17 09:36:49 +02:00

18 lines
450 B
CMake

#
# Copyright (C) 2019 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(WIN32)
set(IGDRCL_SRCS_tests_helpers_windows
${CMAKE_CURRENT_SOURCE_DIR}/kmd_notify_windows_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/gl_helper_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/mock_function.h
${CMAKE_CURRENT_SOURCE_DIR}/mock_function.cpp
)
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_helpers_windows})
add_subdirectories()
endif()