Skip to content

Commit f80b020

Browse files
Add existing files to cmake
Change-Id: I23f6b976326464489b1f41136088027e8b207952
1 parent b4f53fd commit f80b020

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

runtime/built_ins/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
set(RUNTIME_SRCS_BUILT_INS
2222
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
23+
${CMAKE_CURRENT_SOURCE_DIR}/builtins_dispatch_builder.h
2324
${CMAKE_CURRENT_SOURCE_DIR}/built_ins_storage.cpp
2425
${CMAKE_CURRENT_SOURCE_DIR}/built_ins.cpp
2526
${CMAKE_CURRENT_SOURCE_DIR}/built_ins.h

runtime/built_ins/registry/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
add_library(${BUILTINS_SOURCES_LIB_NAME} OBJECT
2222
CMakeLists.txt
23+
built_ins_registry.h
2324
register_copy_kernels_source.cpp
2425
register_ext_vme_source.cpp
2526
)

unit_tests/helpers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ set(IGDRCL_SRCS_tests_helpers
5858
${CMAKE_CURRENT_SOURCE_DIR}/TestDebugVariables.inl
5959
${CMAKE_CURRENT_SOURCE_DIR}/uint16_sse4_tests.cpp
6060
${CMAKE_CURRENT_SOURCE_DIR}/validator_tests.cpp
61+
${CMAKE_CURRENT_SOURCE_DIR}/variable_backup.h
6162
)
6263

6364
set(IGDRCL_SRCS_tests_helpers_windows

0 commit comments

Comments
 (0)