Now have a recommendation tool for the whole database

This commit is contained in:
emeric
2020-02-15 16:33:05 +01:00
parent cfb8bbe2ce
commit 6239064396
4 changed files with 23 additions and 25 deletions
+11
View File
@@ -0,0 +1,11 @@
add_executable(lms-recommendation
LmsRecommendation.cpp
)
target_link_libraries(lms-recommendation PRIVATE
lmsdatabase
lmsrecommendation
)
install(TARGETS lms-recommendation DESTINATION bin)