We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93a009 commit c52ab09Copy full SHA for c52ab09
impl/CMakeLists.txt
@@ -1,10 +1,9 @@
1
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2
3
foreach(TARGET
4
- constituent-parser
5
dependency-parser
6
)
7
- ADD_EXECUTABLE(${TARGET} ${TARGET}.cc oracle.cc)
+ ADD_EXECUTABLE(${TARGET} ${TARGET}.cc)
8
if (WITH_CUDA_BACKEND)
9
target_link_libraries(${TARGET} gdynet ${LIBS})
10
add_dependencies(${TARGET} dynetcuda)
0 commit comments