Skip to content

Commit

Permalink
update src/shogun/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thereisnoknife committed Aug 23, 2012
1 parent 800c845 commit 764509e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shogun/CMakeLists.txt
Expand Up @@ -38,6 +38,7 @@ aux_source_directory(regression/svr REGRESSION_SVR)
aux_source_directory(regression/gp REGRESSION_GP)
aux_source_directory(statistics STATISTICS)
aux_source_directory(structure STRUCTURE)
aux_source_directory(transfer TRANSFER)
aux_source_directory(transfer/multitask TRANSFER_MULTITASK)
aux_source_directory(transfer/domain_adaptation TRANSFER_DOMAIN_ADAPTATION)
aux_source_directory(ui UI)
Expand Down Expand Up @@ -65,6 +66,7 @@ add_library(shogun SHARED
${LABELS}
${LATENT}
${LIB}
${LIB_EXTERNAL}
${LOSS}
${MACHINE}
${MATHEMATICS}
Expand All @@ -78,5 +80,8 @@ add_library(shogun SHARED
${REGRESSION_GP}
${STATISTICS}
${STRUCTURE}
${TRANSFER}
${TRANSFER_DOMAIN_ADAPTATION}
${TRANSFER_MULTITASK}
${UI})

0 comments on commit 764509e

Please sign in to comment.