Skip to content
Snippets Groups Projects
Commit 64e4fe95 authored by Alexandr Lyapunov's avatar Alexandr Lyapunov
Browse files

Moved ffisyms to main executable to fix deps of libserver

reverts commit 19343e71
parent 19343e71
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ set (server_sources
cpu_feature.c
fiob.c
tt_uuid.c
ffisyms.cc
uri.c
coeio_file.cc
lua/digest.cc
......@@ -101,7 +100,7 @@ endif()
set_source_files_compile_flags(${server_sources})
add_library(server STATIC ${server_sources})
target_link_libraries(server core box)
target_link_libraries(server core)
set (common_libraries server core misc bitset msgpuck)
......@@ -148,7 +147,7 @@ add_subdirectory(box)
set(TARANTOOL_C_FLAGS ${CMAKE_C_FLAGS} PARENT_SCOPE)
set(TARANTOOL_CXX_FLAGS ${CMAKE_CXX_FLAGS} PARENT_SCOPE)
add_executable(tarantool main.cc)
add_executable(tarantool main.cc ffisyms.cc)
add_dependencies(tarantool build_bundled_libs)
target_link_libraries(tarantool box ${common_libraries})
......
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