renames
This commit is contained in:
6
test/fc_blas/src/CMakeLists.txt
Normal file
6
test/fc_blas/src/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
if(BLAS_FOUND)
|
||||
add_executable(example example.f90)
|
||||
target_link_libraries(example blas)
|
||||
else()
|
||||
message(FATAL_ERROR "BLAS library not found for the test fc_blas!")
|
||||
endif()
|
Reference in New Issue
Block a user