We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a28aa1 commit c790377Copy full SHA for c790377
cmake/common.cmake
@@ -1349,6 +1349,12 @@ struct DeviceConfigCaps
1349
TARGET ${IMPL_TARGET}
1350
)
1351
1352
+ target_sources(${IMPL_TARGET} PUBLIC ${INCLUDE_FILE})
1353
+ set_source_files_properties(${INCLUDE_FILE} PROPERTIES
1354
+ HEADER_FILE_ONLY ON
1355
+ VS_TOOL_OVERRIDE None
1356
+ )
1357
+
1358
target_compile_definitions(${IMPL_TARGET} INTERFACE $<TARGET_PROPERTY:${IMPL_TARGET},NBL_MOUNT_POINT_DEFINES>)
1359
target_include_directories(${IMPL_TARGET} INTERFACE ${INCLUDE_DIR})
1360
set_target_properties(${IMPL_TARGET} PROPERTIES NBL_HEADER_GENERATED_RULE ON)
0 commit comments