summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-09-19 16:30:10 +0200
committerPatrick Simianer <p@simianer.de>2015-09-19 16:30:10 +0200
commit686df8adb559a85e2f63fd807068cfca6f2b7824 (patch)
treee634ec5197b8244ca0cd18c807360164a66163d0
parent8849974ef63837f02b469db0b6f1b7af0d77ab7a (diff)
dtrain: fix building
-rw-r--r--training/dtrain/CMakeLists.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/training/dtrain/CMakeLists.txt b/training/dtrain/CMakeLists.txt
index 027c80e4..eac7fc72 100644
--- a/training/dtrain/CMakeLists.txt
+++ b/training/dtrain/CMakeLists.txt
@@ -5,12 +5,10 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../../decoder)
set(dtrain_SRCS
dtrain.cc
- score.cc
dtrain.h
- kbestget.h
- ksampler.h
- pairsampling.h
- score.h)
+ sample.h
+ score.h
+ update.h)
add_executable(dtrain ${dtrain_SRCS})
target_link_libraries(dtrain libcdec ksearch mteval utils klm klm_util klm_util_double ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES} ${LIBLZMA_LIBRARIES} ${LIBDL_LIBRARIES})