Skip to content
Snippets Groups Projects
Commit a903b672 authored by vcday's avatar vcday
Browse files

Cmake change

parent 80a30c16
Branches milestone2
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ add_executable(QueueTest
shared/ProducerConsumerQueue.h
shared/ProducerConsumerQueue_test.cpp)
add_executable(crawler-parser-test
add_executable(crawler-parser-Test
main.cpp
shared/ProducerConsumerQueue.h
shared/ThreadClass.h
......@@ -27,7 +27,7 @@ add_executable(crawler-parser-test
indexer/Indexer.cpp)
add_executable(crawler-parser-indexer-test
add_executable(crawler-parser-indexer-Test
main.cpp
shared/ProducerConsumerQueue.h
shared/ThreadClass.h
......@@ -119,7 +119,7 @@ target_link_libraries(ParserTest OpenSSL::SSL)
target_link_libraries(isolated-integration OpenSSL::SSL pthread)
target_link_libraries(crawler-parser-test OpenSSL::SSL pthread)
target_link_libraries(crawler-parser-indexer-test OpenSSL::SSL pthread)
target_link_libraries(crawler-parser-Test OpenSSL::SSL pthread)
target_link_libraries(crawler-parser-indexer-Test OpenSSL::SSL pthread)
target_link_libraries(QueueTest pthread)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment