We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b093d commit f1ac025Copy full SHA for f1ac025
1 file changed
include/CMakeLists.txt
@@ -86,4 +86,6 @@ if(enable-mgis-function)
86
mgis_header(MGIS/Function Mechanics.ixx)
87
mgis_header(MGIS/Function CoalescedMemoryAccessFunctionViewBase.hxx)
88
mgis_header(MGIS/Function CoalescedMemoryAccessFunctionViewBase.ixx)
89
-endif(enable-mgis-function)
+ mgis_header(MGIS/Function/Tensors CoalescedMemoryAccessTensorView.hxx)
90
+ mgis_header(MGIS/Function/Tensors CoalescedMemoryAccessTensorView.ixx)
91
+endif(enable-mgis-function)
0 commit comments