Skip to content
Snippets Groups Projects
Commit 98b8b1a9 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix windows test

parent 84ade43e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@ add_subdirectory(next_multithread_folder)
add_subdirectory(next_multithread_broker)
add_subdirectory(connect_multithread)
add_subdirectory(worker_api)
add_subdirectory(worker_api_python)
if (UNIX OR CMAKE_BUILD_TYPE STREQUAL "Release")
add_subdirectory(worker_api_python)
endif()
if(BUILD_WORKER_TOOLS)
add_subdirectory(folder_to_db)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment