Re: [CMake] Querying project dependencies from the UNIX command-line

2018-07-20 Thread ardi
On Wed, Jul 18, 2018 at 10:04 PM, Johannes Zarl-Zierl wrote: > Hi Ardi, > > Am Mittwoch, 18. Juli 2018, 11:31:50 CEST schrieb ardi: >> For example, I'd like to type "somecommand /path/to/someproject" at >> the UNIX command line, and get this output: >> [...] >> Furthermore, if another command

Re: [CMake] Querying project dependencies from the UNIX command-line

2018-07-18 Thread Johannes Zarl-Zierl
Hi Ardi, Am Mittwoch, 18. Juli 2018, 11:31:50 CEST schrieb ardi: > For example, I'd like to type "somecommand /path/to/someproject" at > the UNIX command line, and get this output: > [...] > Furthermore, if another command could show optional requisites, it > would be really great:

[CMake] Querying project dependencies from the UNIX command-line

2018-07-18 Thread ardi
Hi! I've never used CMake (well, I'm continuously using it but as a user only, for building projects, not for maintaining them) . It's quite possible that I'll adopt CMake for maintaining my projects (I'm in the process of locating good references for learning "Modern CMake" --I want to start