SiegeLord / RustCMake

An example project showing usage of CMake with Rust
109 stars 15 forks source link

Make source files relative to current directory #2

Closed blastrock closed 10 years ago

blastrock commented 10 years ago

This allows one to put CMakeLists inside the src directory for example

mcoffin commented 10 years ago

I just had to make this change as well as I'm integrating rust in to an existing CMake project. Just an FYI that people would still use this.

SiegeLord commented 10 years ago

Merged as 09dd17d39b8b69d26ac0261dfa5d714830796829. I added a way to specify crates as being part of the ALL target, for convenience.