Skip to content

Commit c52ab09

Browse files
committed
fix
1 parent b93a009 commit c52ab09

File tree

2 files changed

+498
-2
lines changed

2 files changed

+498
-2
lines changed

impl/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
22

33
foreach(TARGET
4-
constituent-parser
54
dependency-parser
65
)
7-
ADD_EXECUTABLE(${TARGET} ${TARGET}.cc oracle.cc)
6+
ADD_EXECUTABLE(${TARGET} ${TARGET}.cc)
87
if (WITH_CUDA_BACKEND)
98
target_link_libraries(${TARGET} gdynet ${LIBS})
109
add_dependencies(${TARGET} dynetcuda)

0 commit comments

Comments
 (0)