Skip to content

Commit

Permalink
Merge pull request #359 from na-trium-144/exclude-server
Browse files Browse the repository at this point in the history
testのリンク修正
  • Loading branch information
na-trium-144 authored Jul 26, 2024
2 parents 07bf1aa + 4e98e82 commit da90ce1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ target_link_libraries(webcface-test PRIVATE
msgpack-cxx
webcface-utf8cpp-linker
webcface-spdlog-linker
webcface-magickpp-linker
webcface-crow-linker
webcface-libcurl-linker
)
if(WEBCFACE_SERVER)
target_link_libraries(webcface-test PRIVATE webcface-server-store)
target_link_libraries(webcface-test PRIVATE
webcface-server-store
webcface-magickpp-linker
webcface-crow-linker
)
endif()
target_compile_definitions(webcface-test PRIVATE
WEBCFACE_TEST_TIMEOUT=${WEBCFACE_TEST_TIMEOUT}
Expand Down

0 comments on commit da90ce1

Please sign in to comment.