Skip to content

Commit

Permalink
Modify: Add boost_serialization library.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcb33 committed May 5, 2019
1 parent 5e52143 commit bb09af7
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 @@ -39,4 +39,5 @@ file(GLOB_RECURSE SRC_LIST "*.c*")
add_library(${PROJECT_NAME} SHARED ${SRC_LIST})

target_link_libraries(${PROJECT_NAME} crypto)
target_link_libraries(${PROJECT_NAME} lua5.3)
target_link_libraries(${PROJECT_NAME} lua5.3)
target_link_libraries(${PROJECT_NAME} boost_serialization)

0 comments on commit bb09af7

Please sign in to comment.