Giter VIP home page Giter VIP logo

Comments (9)

rpavlik avatar rpavlik commented on July 21, 2024

Right, so this will require some sizeable re-writing. It should make it simpler, the catch is that it will make it hard to support both pre-generator-expression and post-generator-expression CMake version. I imagine the best course there is to actually have two separate implementation files.

from cmake-modules.

sistr22 avatar sistr22 commented on July 21, 2024

Why can't we just replace the line 266 of the CreateLaunchers.cmake by:
set(USERFILE_COMMAND $<TARGET_FILE>) ??

from cmake-modules.

rpavlik avatar rpavlik commented on July 21, 2024

I assume that was a generator expression that got wiped out because it looked like an HTML tag. I think the answer is "you almost can, but not quite" because of Visual Studio (it needs per-config files generated with different names).

from cmake-modules.

ddurham2 avatar ddurham2 commented on July 21, 2024

any movement on this?

from cmake-modules.

ddurham2 avatar ddurham2 commented on July 21, 2024

My problem is that I am setting target_destination() after the create-launcher call (and can't be easily swapped due to the structure of my files).

As a work-around I did this in place of get_target_property() calls
set(USER_COMMAND "$(TargetPath)")
set(USER_WORKING_DIRECTORY "$(TargetDir)")

This makes it use VS's variable.

Would need to be fixed up in 2 or 3 places in the code.

from cmake-modules.

caseymcc avatar caseymcc commented on July 21, 2024

this PR might serve to solve this issue, #53

from cmake-modules.

caseymcc avatar caseymcc commented on July 21, 2024

Since I haven't heard anything on the PR I moved it to a new repo and also added it to hunter (cmake package handler, https://github.com/ruslo/hunter) so that it will be easier to use, https://github.com/caseymcc/CreateLaunchers

from cmake-modules.

rpavlik avatar rpavlik commented on July 21, 2024

sorry for missing this PR. While I still use and add to this repo, I don't use this particular module because I have a little more control over the software I work with and so it doesn't need a zillion arguments and environment variables 😉 , and where I have DLLs on Windows, I use https://stackoverflow.com/questions/6594796/how-do-i-make-cmake-output-into-a-bin-dir#6595001 to put them in the same dir. I'll look at and merge the PR if it's reasonable, which I'm sure it will be. I probably need to do a bit of fork management on this repo, pulling in changes out in the network, since it's by far my most popular original repo :)

from cmake-modules.

rpavlik avatar rpavlik commented on July 21, 2024

Fixed by merging #53.

from cmake-modules.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.