Skip to content

Commit 769e8ae

Browse files
author
Olcay Taner YILDIZ
committed
Updated header setting in CMakeLists.txt
1 parent 1be3760 commit 769e8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set(CMAKE_CXX_STANDARD 20)
44

55
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
66
conan_basic_setup()
7+
set(CONAN_INCLUDE_DIRS_ANNOTATEDTREE "/Users/olcay/.conan/data/AnnotatedTree/1.0.0/_/_/package/e24f3a24ba1e5db53e914b9af88ac8896605cc13/include")
78

89
add_library(NER src/AutoProcessor/Sentence/SentenceAutoNER.cpp src/AutoProcessor/Sentence/SentenceAutoNER.h src/AutoProcessor/Sentence/TurkishSentenceAutoNER.cpp src/AutoProcessor/Sentence/TurkishSentenceAutoNER.h)
910
target_link_libraries(NER ${CONAN_LIBS})

0 commit comments

Comments
 (0)