Skip to content

Commit

Permalink
Add missing boost link
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
  • Loading branch information
lebdron authored and bakhtin committed Jul 24, 2019
1 parent c7beb8e commit b469af4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ add_library(integration_framework_config_helper
config_helper.cpp
)
target_include_directories(integration_framework_config_helper PUBLIC ${PROJECT_SOURCE_DIR}/test)
target_link_libraries(integration_framework_config_helper
boost
)

add_library(framework_sql_query
sql_query.cpp
Expand Down

0 comments on commit b469af4

Please sign in to comment.