Fix UnitTest add cudamatrix add and mul
This commit is contained in:
@@ -57,7 +57,7 @@ file(GLOB_RECURSE test_cpp ./test/*.cpp)
|
||||
|
||||
enable_testing()
|
||||
|
||||
add_executable(Aurora_Test ${cpp_files} ${test_cpp} )
|
||||
add_executable(Aurora_Test ${cpp_files} ${test_cpp} ${cu_files} ${cuh_files})
|
||||
target_include_directories(Aurora_Test PUBLIC ./test/)
|
||||
target_compile_options(Aurora_Test PUBLIC $<TARGET_PROPERTY:MKL::MKL,INTERFACE_COMPILE_OPTIONS>)
|
||||
target_include_directories(Aurora_Test PUBLIC $<TARGET_PROPERTY:MKL::MKL,INTERFACE_INCLUDE_DIRECTORIES>)
|
||||
|
||||
Reference in New Issue
Block a user