Re: [CMake] import objects to CMake

2019-07-23 Thread Craig Scott
On Tue, Jul 23, 2019 at 10:27 PM hex wrote: > hello community, > > Following an example on the usage of IMPORTED_OBJECTS from the book > "Professional CMake" > I'm happy to accept corrections and suggestions for the book at the following link (it's a more appropriate channel than here on this lis

[CMake] import objects to CMake

2019-07-23 Thread hex
hello community, Following an example on the usage of IMPORTED_OBJECTS from the book "Professional CMake" I receive the following error: /Error evaluating generator expression:// // //    $// // //  Expression did not evaluate to a known generator expression/ I wonder if there is a mistake