Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • cameo cameo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Cameo
  • cameocameo
  • Merge requests
  • !1

Closed
Created Jul 01, 2020 by Shervin Nourbakhsh@nourbakhshMaintainer
  • Report abuse
Report abuse

WIP: Cmake

  • Overview 1
  • Commits 6
  • Pipelines 3
  • Changes 8

This should partially address #55 (closed) I have introduced a CMakeLists.txt file for the C++ API

I have added a .gitlab-ci.yml file to have CI pipelines.

I have also added a Doxygen config file with the possibility to create the documentation. It should automagically produced by the CI pipeline on the master branch.

I had to change the include of the protobuf header file the following files:

cameo-api-cpp/src/cameo/EventStreamSocket.cpp
cameo-api-cpp/src/cameo/OutputStreamSocket.cpp
cameo-api-cpp/src/cameo/Serializer.cpp
cameo-api-cpp/src/cameo/impl/ServicesImpl.h

as follows:

-#include "../proto/Messages.pb.h"
+#include "Messages.pb.h"

I think that it is much cleaner if those files are in the build/ directory. By the way, I have not found ways of getting them in the proto/ directory as it was with libtool.

If you accept the change, maybe we can also change that behaviour with libtool.

Edited Jul 01, 2020 by Shervin Nourbakhsh
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cmake