Skip to content

Jucer2CMake output file #632

Open
Open
@Xav83

Description

Hi @McMartin !

I hope everything is going fine for you ! 🙂

I was wondering if it would be possible to have some options in Jucer2Reprojucer to modify the location and the name of the generated file.

We are currently trying to automate all our internal build processes using cmake, and having the possibility to specify the name of the Jucer2Reprojucer generated file (which is currently CMakeLists.txt) would simplify our code.

This would allows use to specify a custom target in cmake which would run Jucer2Reprojucer, from our personal CMakeLists.txt and include the generated file of Jucer2Reprojucer, all in the same folder.

The architecture of files could look like:

root/
  |- CmakeLists.txt (our custom file calling Jucer2Reprojucer and including the generated file)
  |- Project.jucer
  |- Jucer2ReprojucerGeneratedFile.cmake

instead of

root/
  |- CMakeLists.txt (our custom file calling Jucer2Reprojucer and including the generated file)
  |- folder
    |- Project.jucer
    |- CMakeLists.txt (file generated by Jucer2Reprojucer)

This issue is not urgent for us.
Indeed, we are currently cleaning our repository architecture to have something like the second one I put up there, which would be much cleaner than our current folder architecture (our folder architecture is a bit messy 😆).
So if you have any suggestions or other solutions, I am all ears 🙂

Thanks for your work on FRUT and for you attention to this issue.
Have a great day 🙂

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions