cmake support
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
add_library (matrix SHARED matrix.c)
|
||||
|
||||
target_link_libraries(matrix libYap)
|
||||
|
||||
set_target_properties (matrix PROPERTIES PREFIX "")
|
||||
|
||||
install(TARGETS matrix
|
||||
LIBRARY DESTINATION ${dlls} )
|
||||
|
||||
|
Reference in New Issue
Block a user