We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e774b43 commit b883da3Copy full SHA for b883da3
1 file changed
CBLAS/src/CMakeLists.txt
@@ -120,5 +120,9 @@ set_target_properties(
120
VERSION ${LAPACK_VERSION}
121
SOVERSION ${LAPACK_MAJOR_VERSION}
122
)
123
+target_include_directories(cblas PUBLIC
124
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
125
+ $<INSTALL_INTERFACE:include>
126
+)
127
target_link_libraries(cblas PRIVATE ${BLAS_LIBRARIES})
128
lapack_install_library(cblas)
0 commit comments