Working on an SVD implimentation
This commit is contained in:
@@ -56,4 +56,21 @@ target_link_libraries(matrix
|
||||
set_target_properties(matrix
|
||||
PROPERTIES
|
||||
LINKER_LANGUAGE CXX
|
||||
)
|
||||
|
||||
# SVD
|
||||
add_library(svd
|
||||
STATIC
|
||||
SVD.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(svd
|
||||
PUBLIC
|
||||
vector-3d-intf
|
||||
PRIVATE
|
||||
)
|
||||
|
||||
set_target_properties(svd
|
||||
PROPERTIES
|
||||
LINKER_LANGUAGE CXX
|
||||
)
|
||||
Reference in New Issue
Block a user