Make it easier to detect the ast-redux Rust lib
ClosedPublic

Authored by kfunk on Jul 10 2017, 9:54 PM.

Details

Summary

You now need to do something like this in order to have CMake find the ast-redux lib:

export CMAKE_PREFIX_PATH=/path/to/ast-redux/target/debug:$CMAKE_PREFIX_PATH
cmake .

Also updated README

Diff Detail

Repository
R866 KDevelop Rust Support
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kfunk created this revision.Jul 10 2017, 9:54 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJul 10 2017, 9:54 PM
egospodinova accepted this revision.Jul 10 2017, 9:59 PM

Looks good, thanks!

This revision is now accepted and ready to land.Jul 10 2017, 9:59 PM
This revision was automatically updated to reflect the committed changes.