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 1be3760 commit 769e8aeCopy full SHA for 769e8ae
CMakeLists.txt
@@ -4,6 +4,7 @@ set(CMAKE_CXX_STANDARD 20)
4
5
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
6
conan_basic_setup()
7
+set(CONAN_INCLUDE_DIRS_ANNOTATEDTREE "/Users/olcay/.conan/data/AnnotatedTree/1.0.0/_/_/package/e24f3a24ba1e5db53e914b9af88ac8896605cc13/include")
8
9
add_library(NER src/AutoProcessor/Sentence/SentenceAutoNER.cpp src/AutoProcessor/Sentence/SentenceAutoNER.h src/AutoProcessor/Sentence/TurkishSentenceAutoNER.cpp src/AutoProcessor/Sentence/TurkishSentenceAutoNER.h)
10
target_link_libraries(NER ${CONAN_LIBS})
0 commit comments