CMakeLists.txt 501 B

1234567891011121314
  1. add_subdirectory("test_protobuf")
  2. add_subdirectory("test_qml")
  3. add_subdirectory("test_protobuf_multifile")
  4. add_subdirectory("test_qprotobuf_serializer_plugin")
  5. if(NOT WIN32)#TODO: There are linking issues with windows build of well-known types...
  6. add_subdirectory("test_wellknowntypes")
  7. endif()
  8. add_subdirectory("test_qttypes")
  9. if(gRPC_FOUND)
  10. add_subdirectory("test_grpc")
  11. add_subdirectory("test_grpc_qml")
  12. else()
  13. message(WARNING "gRPC not found: some tests cannot be built.")
  14. endif()