@@ -48,9 +48,9 @@ set(ZTESTL3O c_zblas3.c c_z3chke.c auxiliary.c c_xerbla.c)
48
48
49
49
50
50
if (BUILD_SINGLE)
51
- add_executable (xscblat1 c_sblat1.f ${STESTL1O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
52
- add_executable (xscblat2 c_sblat2.f ${STESTL2O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
53
- add_executable (xscblat3 c_sblat3.f ${STESTL3O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
51
+ add_executable (xscblat1 c_sblat1.f ${STESTL1O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
52
+ add_executable (xscblat2 c_sblat2.f ${STESTL2O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
53
+ add_executable (xscblat3 c_sblat3.f ${STESTL3O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
54
54
55
55
target_link_libraries (xscblat1 ${CBLASLIB} )
56
56
target_link_libraries (xscblat2 ${CBLASLIB} )
@@ -62,9 +62,9 @@ if(BUILD_SINGLE)
62
62
endif ()
63
63
64
64
if (BUILD_DOUBLE)
65
- add_executable (xdcblat1 c_dblat1.f ${DTESTL1O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
66
- add_executable (xdcblat2 c_dblat2.f ${DTESTL2O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
67
- add_executable (xdcblat3 c_dblat3.f ${DTESTL3O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
65
+ add_executable (xdcblat1 c_dblat1.f ${DTESTL1O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
66
+ add_executable (xdcblat2 c_dblat2.f ${DTESTL2O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
67
+ add_executable (xdcblat3 c_dblat3.f ${DTESTL3O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
68
68
69
69
target_link_libraries (xdcblat1 ${CBLASLIB} )
70
70
target_link_libraries (xdcblat2 ${CBLASLIB} )
@@ -76,9 +76,9 @@ if(BUILD_DOUBLE)
76
76
endif ()
77
77
78
78
if (BUILD_COMPLEX)
79
- add_executable (xccblat1 c_cblat1.f ${CTESTL1O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
80
- add_executable (xccblat2 c_cblat2.f ${CTESTL2O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
81
- add_executable (xccblat3 c_cblat3.f ${CTESTL3O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
79
+ add_executable (xccblat1 c_cblat1.f ${CTESTL1O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
80
+ add_executable (xccblat2 c_cblat2.f ${CTESTL2O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
81
+ add_executable (xccblat3 c_cblat3.f ${CTESTL3O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
82
82
83
83
target_link_libraries (xccblat1 ${CBLASLIB} ${BLAS_LIBRARIES} )
84
84
target_link_libraries (xccblat2 ${CBLASLIB} )
@@ -90,9 +90,9 @@ if(BUILD_COMPLEX)
90
90
endif ()
91
91
92
92
if (BUILD_COMPLEX16)
93
- add_executable (xzcblat1 c_zblat1.f ${ZTESTL1O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
94
- add_executable (xzcblat2 c_zblat2.f ${ZTESTL2O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
95
- add_executable (xzcblat3 c_zblat3.f ${ZTESTL3O} ${LAPACK_BINARY_DIR} /include /cblas_test.h)
93
+ add_executable (xzcblat1 c_zblat1.f ${ZTESTL1O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
94
+ add_executable (xzcblat2 c_zblat2.f ${ZTESTL2O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
95
+ add_executable (xzcblat3 c_zblat3.f ${ZTESTL3O} ${LAPACK_BINARY_DIR} /test_include /cblas_test.h)
96
96
97
97
target_link_libraries (xzcblat1 ${CBLASLIB} )
98
98
target_link_libraries (xzcblat2 ${CBLASLIB} )
0 commit comments