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

python api for linux only

parent b2acb884
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,6 @@ find_package(Threads)
add_subdirectory(process_folder)
add_subdirectory(getnext_broker)
add_subdirectory(getnext_broker_python)
IF (UNIX)
add_subdirectory(getnext_broker_python)
ENDIF()
add_subdirectory(api/cpp)
add_subdirectory(api/python)
IF (UNIX)
add_subdirectory(api/python)
ENDIF()
if(BUILD_WORKER_TOOLS)
set (BUILD_MONGODB ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment