Skip to content

Commit

Permalink
backend: remove warnings from protobuf-generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Mar 8, 2019
1 parent cf18a0c commit 2f4178b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ target_include_directories(unit_tests_backend
${CMAKE_CURRENT_SOURCE_DIR}/../src
${CMAKE_CURRENT_SOURCE_DIR}/../src/plugins
${PROJECT_SOURCE_DIR}/plugins
${CMAKE_BINARY_DIR}/backend/src
${PROJECT_SOURCE_DIR}
)

target_include_directories(unit_tests_backend
SYSTEM
PRIVATE
${CMAKE_BINARY_DIR}/backend/src
)

target_link_libraries(unit_tests_backend
backend
gtest
Expand Down

0 comments on commit 2f4178b

Please sign in to comment.