Skip to content

Commit

Permalink
dynamic linkage with openfhe
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Gomenyuk committed Nov 21, 2024
1 parent 6cac8aa commit 87f94e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ set(SOURCES
add_executable(fairmath-keygen ${SOURCES})

target_include_directories(fairmath-keygen PRIVATE ${NLOHMANN_JSON_INCLUDE_DIRS})
target_link_libraries(fairmath-keygen PRIVATE ${OpenFHE_LIBRARIES} Boost::program_options)
target_link_libraries(fairmath-keygen PRIVATE ${OpenFHE_SHARED_LIBRARIES} Boost::program_options)

install(TARGETS fairmath-keygen DESTINATION install)
install(DIRECTORY ${OpenFHE_LIBDIR} DESTINATION install)

0 comments on commit 87f94e5

Please sign in to comment.