dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
42 stars 18 forks source link

Add plugin to allow to manually edit the link line "from outside" #159

Open bast opened 8 years ago

bast commented 8 years ago

It should be possible to tweak the link line via setup script.

robertodr commented 8 years ago

Would appending to CMAKE_EXE_LINKER_FLAGS suffice? Or do you have something more sophisticated in mind?

bast commented 8 years ago

I think this will suffice. We just need to document that so that we can point people to it in case they need to add a math lib by hand.

robertodr commented 8 years ago

I'll have a go at it and file a PR soon.

bast commented 8 years ago

Thanks :-)

robertodr commented 8 years ago

Oops, I completely forgot about this one!