Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Install update
Browse files Browse the repository at this point in the history
  • Loading branch information
depaulmillz committed Mar 11, 2021
1 parent 731750b commit e0f93ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabricBased/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target_link_libraries(fabricBased INTERFACE rpc fabric pthread TBB::tbb)
target_include_directories(fabricBased INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>" "$<INSTALL_INTERFACE:include>")
target_link_libraries(fabricBased INTERFACE kvcg_stuff)

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include DESTINATION include)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION include)

add_executable(rpc_client example/rpc_client.cc)
target_link_libraries(rpc_client fabricBased)
Expand Down

0 comments on commit e0f93ce

Please sign in to comment.