Make it easier to detect the ast-redux Rust lib

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

Description

Make it easier to detect the ast-redux Rust lib

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

Reviewers: egospodinova

Reviewed By: egospodinova

Subscribers: kdevelop-devel

Differential Revision: https://phabricator.kde.org/D6618

Details

Committed
kfunkJul 10 2017, 10:14 PM
Reviewer
egospodinova
Differential Revision
D6618: Make it easier to detect the ast-redux Rust lib
Parents
R866:f4134b9739cb: Modernize: Use nullptr where possible
Branches
Unknown
Tags
Unknown