Skip to content

Commit cfaac9c

Browse files
committed
Stop exporting generated keys header as source
1 parent 15b80eb commit cfaac9c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

cmake/common.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,13 +1306,6 @@ struct DeviceConfigCaps
13061306
TARGET ${IMPL_TARGET}
13071307
)
13081308

1309-
target_sources(${IMPL_TARGET} PUBLIC ${INCLUDE_FILE})
1310-
set_source_files_properties(${INCLUDE_FILE} PROPERTIES
1311-
GENERATED TRUE
1312-
HEADER_FILE_ONLY ON
1313-
VS_TOOL_OVERRIDE None
1314-
)
1315-
13161309
target_compile_definitions(${IMPL_TARGET} INTERFACE $<TARGET_PROPERTY:${IMPL_TARGET},NBL_MOUNT_POINT_DEFINES>)
13171310
target_include_directories(${IMPL_TARGET} INTERFACE ${INCLUDE_DIR})
13181311
set_target_properties(${IMPL_TARGET} PROPERTIES NBL_HEADER_GENERATED_RULE ON)

0 commit comments

Comments
 (0)