Now have a recommendation tool for the whole database
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
add_executable(lms-recommendation
|
||||
LmsRecommendation.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(lms-recommendation PRIVATE
|
||||
lmsdatabase
|
||||
lmsrecommendation
|
||||
)
|
||||
|
||||
install(TARGETS lms-recommendation DESTINATION bin)
|
||||
Reference in New Issue
Block a user