Fixed regression on recommendation engine

This commit is contained in:
emeric
2020-08-31 14:15:10 +02:00
parent ea317b62ed
commit 8a84a078be
12 changed files with 74 additions and 24 deletions
+1
View File
@@ -6,6 +6,7 @@ add_executable(lms-recommendation
target_link_libraries(lms-recommendation PRIVATE
lmsdatabase
lmsrecommendation
Boost::program_options
)
install(TARGETS lms-recommendation DESTINATION bin)