Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4,099
    • Issues 4,099
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !291

SWIG module: be aware of generated java files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged caryoscelus requested to merge caryoscelus/cmake:swig_java into master Nov 29, 2016
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 1

This fixes an issue when another target depends on generated files and CMake cannot determine how to build them.

It probably makes sense to do the same for other languages, but i've only tested it with java so far.

Original issue: https://github.com/retuxx/tinyspline/issues/73

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: swig_java