- add_subdirectory("test_protobuf")
- add_subdirectory("test_qml")
- add_subdirectory("test_protobuf_multifile")
- add_subdirectory("test_qprotobuf_serializer_plugin")
- if(NOT WIN32)#TODO: There are linking issues with windows build of well-known types...
- add_subdirectory("test_wellknowntypes")
- endif()
- add_subdirectory("test_qttypes")
- if(gRPC_FOUND)
- add_subdirectory("test_grpc")
- add_subdirectory("test_grpc_qml")
- else()
- message(WARNING "gRPC not found: some tests cannot be built.")
- endif()
|