Skip to content
Snippets Groups Projects
Commit 7fd62f3c authored by Bartosz Broda's avatar Bartosz Broda
Browse files

bugfix of cmake

parent 5f833feb
No related merge requests found
......@@ -25,7 +25,7 @@ include_directories(${LibXML++_INCLUDE_DIRS})
link_directories(${LibXML++_LIBRARY_DIRS})
set(LIBS ${LIBS} ${LibXML++_LIBRARIES})
add_library(corpus2_mwereader SHARED mwereader.cpp mwe.cpp )
add_library(corpus2_mwereader SHARED mwereader.cpp mwe.cpp mweparser.cpp)
target_link_libraries(corpus2_mwereader corpus2)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment