This commit is contained in:
Radovan Bast
2015-09-17 10:24:07 +02:00
parent 1fc6a7b355
commit 6017dbbfa6
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
if(CBLAS_FOUND)
include_directories(${CBLAS_INCLUDE_DIR})
add_executable(example example.cxx)
add_executable(example example.cpp)
target_link_libraries(example ${CBLAS_LIBRARIES})
else()
message(FATAL_ERROR "CBLAS library not found")